Table of Contents

Class PlacementCountConditionInteraction

Namespace
Shard.Assets.Generated.ModelAssets
Assembly
Shard.Assets.dll
[SchemaImported("assets/common.json#/definitions/PlacementCountConditionInteraction", "69135243f78a3e55123562cd3a6877aa3fbb08bb7006bc637e605135cc5dc655")]
public sealed record PlacementCountConditionInteraction : Interaction, IEquatable<PlacementCountConditionInteraction>
Inheritance
PlacementCountConditionInteraction
Implements
Inherited Members

Properties

Block

public string Block { get; init; }

Property Value

string

Camera

public InteractionCameraSettings? Camera { get; init; }

Property Value

InteractionCameraSettings

CancelOnItemChange

public bool CancelOnItemChange { get; init; }

Property Value

bool

Codec

public static Codec<PlacementCountConditionInteraction> Codec { get; }

Property Value

Codec<PlacementCountConditionInteraction>

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?

LessThan

public bool LessThan { get; init; }

Property Value

bool

Next

public string? Next { get; init; }

Property Value

string

OnItemChangeBehavior

public PlacementCountConditionInteractionInteractionItemChangeBehavior? OnItemChangeBehavior { get; init; }

Property Value

PlacementCountConditionInteractionInteractionItemChangeBehavior?

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>

Value

public int Value { get; init; }

Property Value

int

ViewDistance

public double ViewDistance { get; init; }

Property Value

double