Table of Contents

Class DoorInteraction

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

Property Value

Codec<DoorInteraction>

Effects

public InteractionEffects? Effects { get; init; }

Property Value

InteractionEffects

Failed

public string? Failed { get; init; }

Property Value

string

Horizontal

public bool Horizontal { get; init; }

Property Value

bool

HorizontalSpeedMultiplier

public float? HorizontalSpeedMultiplier { get; init; }

Property Value

float?

Next

public string? Next { get; init; }

Property Value

string

OnItemChangeBehavior

public DoorInteractionInteractionItemChangeBehavior? OnItemChangeBehavior { get; init; }

Property Value

DoorInteractionInteractionItemChangeBehavior?

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>

UseLatestTarget

public bool UseLatestTarget { get; init; }

Property Value

bool

ViewDistance

public double ViewDistance { get; init; }

Property Value

double