Table of Contents

Class SurfaceDrawPlaceBlockInteraction

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

Property Value

Codec<SurfaceDrawPlaceBlockInteraction>

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

Property Value

SurfaceDrawPlaceBlockInteractionInteractionItemChangeBehavior?

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