Table of Contents

Class CarryPlaceBlockInteraction

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

Property Value

Codec<CarryPlaceBlockInteraction>

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

Property Value

CarryPlaceBlockInteractionInteractionItemChangeBehavior?

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>

ViewDistance

public double ViewDistance { get; init; }

Property Value

double