Class MountInteraction
- Namespace
- Shard.Assets.Generated.ModelAssets
- Assembly
- Shard.Assets.dll
[SchemaImported("assets/common.json#/definitions/MountInteraction", "2f21e85126dcde33f0b826f5c07853482092e66d5270a9d996b4702a19a55f95")]
public sealed record MountInteraction : Interaction, IEquatable<MountInteraction>
- Inheritance
-
MountInteraction
- Implements
-
- Inherited Members
-
Properties
AttachmentOffset
public Vector3f? AttachmentOffset { get; init; }
Property Value
- Vector3f
Camera
public InteractionCameraSettings? Camera { get; init; }
Property Value
- InteractionCameraSettings
CancelOnItemChange
public bool CancelOnItemChange { get; init; }
Property Value
- bool
Codec
public static Codec<MountInteraction> Codec { get; }
Property Value
- Codec<MountInteraction>
Controller
public MountController Controller { get; init; }
Property Value
- MountController
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 MountInteractionInteractionItemChangeBehavior? OnItemChangeBehavior { get; init; }
Property Value
- MountInteractionInteractionItemChangeBehavior?
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