Table of Contents

Class SpawnDeployableAtHitLocationInteraction

Namespace
Shard.Assets.Generated.ModelAssets
Assembly
Shard.Assets.dll
[SchemaImported("assets/common.json#/definitions/SpawnDeployableAtHitLocationInteraction", "0d7c51aa5989575033d4fce40a67496462e5aef93a3d8ede90d76e150daacf23")]
public sealed record SpawnDeployableAtHitLocationInteraction : Interaction, IEquatable<SpawnDeployableAtHitLocationInteraction>
Inheritance
SpawnDeployableAtHitLocationInteraction
Implements
Inherited Members

Properties

Camera

public InteractionCameraSettings? Camera { get; init; }

Property Value

InteractionCameraSettings

CancelOnItemChange

public bool CancelOnItemChange { get; init; }

Property Value

bool

Config

public SpawnDeployableAtHitLocationInteractionConfig Config { get; init; }

Property Value

SpawnDeployableAtHitLocationInteractionConfig

Effects

public InteractionEffects? Effects { get; init; }

Property Value

InteractionEffects

Failed

public string? Failed { get; init; }

Property Value

string

HorizontalSpeedMultiplier

public float? HorizontalSpeedMultiplier { get; init; }

Property Value

float?

Next

public string? Next { get; init; }

Property Value

string

OnItemChangeBehavior

public SpawnDeployableAtHitLocationInteractionInteractionItemChangeBehavior? OnItemChangeBehavior { get; init; }

Property Value

SpawnDeployableAtHitLocationInteractionInteractionItemChangeBehavior?

Rules

public InteractionRules Rules { get; init; }

Property Value

InteractionRules

RunTime

public float? RunTime { get; init; }

Property Value

float?

Settings

public Dictionary<string, InteractionSettings>? Settings { get; init; }

Property Value

Dictionary<string, InteractionSettings>

ViewDistance

public double ViewDistance { get; init; }

Property Value

double