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