Table of Contents

Class ParallelInteraction

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

Property Value

Codec<ParallelInteraction>

Effects

public InteractionEffects? Effects { get; init; }

Property Value

InteractionEffects

HorizontalSpeedMultiplier

public float? HorizontalSpeedMultiplier { get; init; }

Property Value

float?

Interactions

public List<string> Interactions { get; init; }

Property Value

List<string>

OnItemChangeBehavior

public ParallelInteractionInteractionItemChangeBehavior? OnItemChangeBehavior { get; init; }

Property Value

ParallelInteractionInteractionItemChangeBehavior?

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