Table of Contents

Class DragEraseBlockInteraction

Namespace
Shard.Assets.Generated.ModelAssets
Assembly
Shard.Assets.dll
[SchemaImported("assets/common.json#/definitions/DragEraseBlockInteraction", "47d210114e25420a6edf388527ac09e002189a809b0af2695f105b6c7882c915")]
public sealed record DragEraseBlockInteraction : Interaction, IEquatable<DragEraseBlockInteraction>
Inheritance
DragEraseBlockInteraction
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<DragEraseBlockInteraction> Codec { get; }

Property Value

Codec<DragEraseBlockInteraction>

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 DragEraseBlockInteractionInteractionItemChangeBehavior? OnItemChangeBehavior { get; init; }

Property Value

DragEraseBlockInteractionInteractionItemChangeBehavior?

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