Class ChainingInteraction
- Namespace
- Shard.Assets.Generated.ModelAssets
- Assembly
- Shard.Assets.dll
[SchemaImported("assets/common.json#/definitions/ChainingInteraction", "eafc8aa48c7f76f4cad149a1c67fc3266cf0ee5881955fb9b26550d5551d4966")]
public sealed record ChainingInteraction : Interaction, IEquatable<ChainingInteraction>
- Inheritance
-
ChainingInteraction
- Implements
-
- Inherited Members
-
Properties
Camera
public InteractionCameraSettings? Camera { get; init; }
Property Value
- InteractionCameraSettings
CancelOnItemChange
public bool CancelOnItemChange { get; init; }
Property Value
- bool
ChainId
public string? ChainId { get; init; }
Property Value
- string
ChainingAllowance
public float ChainingAllowance { get; init; }
Property Value
- float
Codec
public static Codec<ChainingInteraction> Codec { get; }
Property Value
- Codec<ChainingInteraction>
Effects
public InteractionEffects? Effects { get; init; }
Property Value
- InteractionEffects
Flags
public Dictionary<string, string>? Flags { get; init; }
Property Value
- Dictionary<string, string>
HorizontalSpeedMultiplier
public float? HorizontalSpeedMultiplier { get; init; }
Property Value
- float?
Next
public List<string> Next { get; init; }
Property Value
- List<string>
OnItemChangeBehavior
public ChainingInteractionInteractionItemChangeBehavior? OnItemChangeBehavior { get; init; }
Property Value
- ChainingInteractionInteractionItemChangeBehavior?
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