Class SpectateControlInteraction
- Namespace
- Shard.Assets.Generated.ModelAssets
- Assembly
- Shard.Assets.dll
[SchemaImported("assets/common.json#/definitions/SpectateControlInteraction", "839bf1e4c69e410e02fe511cd7b555613ed326eb51df65ebb4b0394a131a8ae6")]
public sealed record SpectateControlInteraction : Interaction, IEquatable<SpectateControlInteraction>
- Inheritance
-
SpectateControlInteraction
- Implements
-
- Inherited Members
-
Properties
Action
public Action? Action { get; init; }
Property Value
- Action?
Camera
public InteractionCameraSettings? Camera { get; init; }
Property Value
- InteractionCameraSettings
CancelOnItemChange
public bool CancelOnItemChange { get; init; }
Property Value
- bool
Codec
public static Codec<SpectateControlInteraction> Codec { get; }
Property Value
- Codec<SpectateControlInteraction>
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 SpectateControlInteractionInteractionItemChangeBehavior? OnItemChangeBehavior { get; init; }
Property Value
- SpectateControlInteractionInteractionItemChangeBehavior?
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