Class CanBreakRespawnPointInteraction
- Namespace
- Shard.Assets.Generated.ModelAssets
- Assembly
- Shard.Assets.dll
[SchemaImported("assets/common.json#/definitions/CanBreakRespawnPointInteraction", "8d1124f92a048014a2d5e45984dd985bb5c3b54b774c8f742be6ba3cce05fdcd")]
public sealed record CanBreakRespawnPointInteraction : Interaction, IEquatable<CanBreakRespawnPointInteraction>
- Inheritance
-
CanBreakRespawnPointInteraction
- 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<CanBreakRespawnPointInteraction> Codec { get; }
Property Value
- Codec<CanBreakRespawnPointInteraction>
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 CanBreakRespawnPointInteractionInteractionItemChangeBehavior? OnItemChangeBehavior { get; init; }
Property Value
- CanBreakRespawnPointInteractionInteractionItemChangeBehavior?
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>
UseLatestTarget
public bool UseLatestTarget { get; init; }
Property Value
- bool
ViewDistance
public double ViewDistance { get; init; }
Property Value
- double