Class GlobalEventStartInteraction
- Namespace
- Shard.Assets.Generated.ModelAssets
- Assembly
- Shard.Assets.dll
[SchemaImported("assets/common.json#/definitions/GlobalEventStartInteraction", "a9fbb17b69717b71353c20f745950b20a7b44e59601f8e58d73e193ee130e968")]
public sealed record GlobalEventStartInteraction : Interaction, IEquatable<GlobalEventStartInteraction>
- Inheritance
-
GlobalEventStartInteraction
- 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<GlobalEventStartInteraction> Codec { get; }
Property Value
- Codec<GlobalEventStartInteraction>
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 GlobalEventStartInteractionInteractionItemChangeBehavior? OnItemChangeBehavior { get; init; }
Property Value
- GlobalEventStartInteractionInteractionItemChangeBehavior?
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