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