Table of Contents

Class CancelChainInteraction

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

Properties

Camera

public InteractionCameraSettings? Camera { get; init; }

Property Value

InteractionCameraSettings

CancelOnItemChange

public bool CancelOnItemChange { get; init; }

Property Value

bool

ChainId

public string ChainId { get; init; }

Property Value

string

Codec

public static Codec<CancelChainInteraction> Codec { get; }

Property Value

Codec<CancelChainInteraction>

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

Property Value

CancelChainInteractionInteractionItemChangeBehavior?

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