Class TriggerSpawnMarkersInteraction
- Namespace
- Shard.Assets.Generated.ModelAssets
- Assembly
- Shard.Assets.dll
[SchemaImported("assets/common.json#/definitions/TriggerSpawnMarkersInteraction", "bedc92fb1d80188cc4bcf8ea7e22a8dfebeb360fd17d65c37505c8774cfa3e99")]
public sealed record TriggerSpawnMarkersInteraction : Interaction, IEquatable<TriggerSpawnMarkersInteraction>
- Inheritance
-
TriggerSpawnMarkersInteraction
- Implements
-
- Inherited Members
-
Properties
Camera
public InteractionCameraSettings? Camera { get; init; }
Property Value
- InteractionCameraSettings
CancelOnItemChange
public bool CancelOnItemChange { get; init; }
Property Value
- bool
Codec
public static Codec<TriggerSpawnMarkersInteraction> Codec { get; }
Property Value
- Codec<TriggerSpawnMarkersInteraction>
Count
public int Count { get; init; }
Property Value
- int
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?
MarkerType
public string? MarkerType { get; init; }
Property Value
- string
Next
public string? Next { get; init; }
Property Value
- string
OnItemChangeBehavior
public TriggerSpawnMarkersInteractionInteractionItemChangeBehavior? OnItemChangeBehavior { get; init; }
Property Value
- TriggerSpawnMarkersInteractionInteractionItemChangeBehavior?
Range
public double Range { get; init; }
Property Value
- double
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