Table of Contents

Class PlaceModeSelectInteraction

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

Property Value

Codec<PlaceModeSelectInteraction>

DefaultInteractions

public string DefaultInteractions { get; init; }

Property Value

string

Effects

public InteractionEffects? Effects { get; init; }

Property Value

InteractionEffects

ExtrudeInteractions

public string? ExtrudeInteractions { get; init; }

Property Value

string

Failed

public string? Failed { get; init; }

Property Value

string

FastPlaceInteractions

public string? FastPlaceInteractions { 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 PlaceModeSelectInteractionInteractionItemChangeBehavior? OnItemChangeBehavior { get; init; }

Property Value

PlaceModeSelectInteractionInteractionItemChangeBehavior?

ReplaceInteractions

public string? ReplaceInteractions { get; init; }

Property Value

string

RetypeInteractions

public string? RetypeInteractions { get; init; }

Property Value

string

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>

SurfaceDrawInteractions

public string? SurfaceDrawInteractions { get; init; }

Property Value

string

ViewDistance

public double ViewDistance { get; init; }

Property Value

double