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