Table of Contents

Class DragPlaceBlockInteraction

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

Property Value

Codec<DragPlaceBlockInteraction>

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

Property Value

DragPlaceBlockInteractionInteractionItemChangeBehavior?

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