Class ExtrudePlaceBlockInteraction
- Namespace
- Shard.Assets.Generated.ModelAssets
- Assembly
- Shard.Assets.dll
[SchemaImported("assets/common.json#/definitions/ExtrudePlaceBlockInteraction", "ba66a839be5064522ff28b7193d8bf2b235f9bfa773d342d8aa1e9f93479f045")]
public sealed record ExtrudePlaceBlockInteraction : Interaction, IEquatable<ExtrudePlaceBlockInteraction>
- Inheritance
-
ExtrudePlaceBlockInteraction
- 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<ExtrudePlaceBlockInteraction> Codec { get; }
Property Value
- Codec<ExtrudePlaceBlockInteraction>
Effects
public InteractionEffects? Effects { get; init; }
Property Value
- InteractionEffects
Failed
public string? Failed { get; init; }
Property Value
- string
ForkInteractions
public string ForkInteractions { get; init; }
Property Value
- string
HorizontalSpeedMultiplier
public float? HorizontalSpeedMultiplier { get; init; }
Property Value
- float?
MaxBlocksPerGesture
public int MaxBlocksPerGesture { get; init; }
Property Value
- int
MaxBlocksPerTick
public int MaxBlocksPerTick { get; init; }
Property Value
- int
MaxForkPositionViolations
public int MaxForkPositionViolations { get; init; }
Property Value
- int
Next
public string? Next { get; init; }
Property Value
- string
OnItemChangeBehavior
public ExtrudePlaceBlockInteractionInteractionItemChangeBehavior? OnItemChangeBehavior { get; init; }
Property Value
- ExtrudePlaceBlockInteractionInteractionItemChangeBehavior?
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>
ValidateForkPositions
public bool ValidateForkPositions { get; init; }
Property Value
- bool
ViewDistance
public double ViewDistance { get; init; }
Property Value
- double