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