Table of Contents

Class RunRootInteraction

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

Property Value

Codec<RunRootInteraction>

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

Property Value

RunRootInteractionInteractionItemChangeBehavior?

RootInteraction

public string RootInteraction { 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>

ViewDistance

public double ViewDistance { get; init; }

Property Value

double