Class SpawnTriggerVolumeInteraction
- Namespace
- Shard.Assets.Generated.ModelAssets
- Assembly
- Shard.Assets.dll
[SchemaImported("assets/common.json#/definitions/SpawnTriggerVolumeInteraction", "5f4ab1c8b51e6296ad162324cf5f6e871dd657c216700b2f77c52da35cfbafd5")]
public sealed record SpawnTriggerVolumeInteraction : Interaction, IEquatable<SpawnTriggerVolumeInteraction>
- Inheritance
-
SpawnTriggerVolumeInteraction
- Implements
-
- Inherited Members
-
Properties
Camera
public InteractionCameraSettings? Camera { get; init; }
Property Value
- InteractionCameraSettings
CancelOnItemChange
public bool CancelOnItemChange { get; init; }
Property Value
- bool
EffectAsset
public string EffectAsset { get; init; }
Property Value
- string
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?
LifetimeS
public float? LifetimeS { get; init; }
Property Value
- float?
Next
public string? Next { get; init; }
Property Value
- string
OnItemChangeBehavior
public SpawnTriggerVolumeInteractionInteractionItemChangeBehavior? OnItemChangeBehavior { get; init; }
Property Value
- SpawnTriggerVolumeInteractionInteractionItemChangeBehavior?
RequireHitLocation
public bool RequireHitLocation { get; init; }
Property Value
- bool
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>
Shape
public SpawnTriggerVolumeInteractionShape Shape { get; init; }
Property Value
- SpawnTriggerVolumeInteractionShape
ViewDistance
public double ViewDistance { get; init; }
Property Value
- double