Table of Contents

Class ReplaceInteraction

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

Property Value

Codec<ReplaceInteraction>

DefaultOk

public bool DefaultOk { get; init; }

Property Value

bool

DefaultValue

public string? DefaultValue { get; init; }

Property Value

string

Effects

public InteractionEffects? Effects { get; init; }

Property Value

InteractionEffects

HorizontalSpeedMultiplier

public float? HorizontalSpeedMultiplier { get; init; }

Property Value

float?

OnItemChangeBehavior

public ReplaceInteractionInteractionItemChangeBehavior? OnItemChangeBehavior { get; init; }

Property Value

ReplaceInteractionInteractionItemChangeBehavior?

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>

Var

public string Var { get; init; }

Property Value

string

ViewDistance

public double ViewDistance { get; init; }

Property Value

double