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