Table of Contents

Class SpawnDeployableFromRaycastInteraction

Namespace
Shard.Assets.Generated.ModelAssets
Assembly
Shard.Assets.dll
[SchemaImported("assets/common.json#/definitions/SpawnDeployableFromRaycastInteraction", "e46162d7a4d1b5e8a3b24c8a52a40edbf21d793901a83855b126516577171920")]
public sealed record SpawnDeployableFromRaycastInteraction : Interaction, IEquatable<SpawnDeployableFromRaycastInteraction>
Inheritance
SpawnDeployableFromRaycastInteraction
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?

MaxPlacementDistance

public float? MaxPlacementDistance { get; init; }

Property Value

float?

Next

public string? Next { get; init; }

Property Value

string

OnItemChangeBehavior

public SpawnDeployableFromRaycastInteractionInteractionItemChangeBehavior? OnItemChangeBehavior { get; init; }

Property Value

SpawnDeployableFromRaycastInteractionInteractionItemChangeBehavior?

PreviewStatConditions

public Dictionary<string, float>? PreviewStatConditions { get; init; }

Property Value

Dictionary<string, float>

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