Class GlobalEventStopInteraction
- Namespace
- Shard.Assets.Generated.ModelAssets
- Assembly
- Shard.Assets.dll
[SchemaImported("assets/common.json#/definitions/GlobalEventStopInteraction", "f8161154b0f53b18bfa153995c52a766bdc16b290d4a744b19ef8f5c33571d8d")]
public sealed record GlobalEventStopInteraction : Interaction, IEquatable<GlobalEventStopInteraction>
- Inheritance
-
GlobalEventStopInteraction
- 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<GlobalEventStopInteraction> Codec { get; }
Property Value
- Codec<GlobalEventStopInteraction>
Effects
public InteractionEffects? Effects { get; init; }
Property Value
- InteractionEffects
HorizontalSpeedMultiplier
public float? HorizontalSpeedMultiplier { get; init; }
Property Value
- float?
Id
public string Id { get; init; }
Property Value
- string
OnItemChangeBehavior
public GlobalEventStopInteractionInteractionItemChangeBehavior? OnItemChangeBehavior { get; init; }
Property Value
- GlobalEventStopInteractionInteractionItemChangeBehavior?
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