Table of Contents

Class RefillContainerInteraction

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

Property Value

Codec<RefillContainerInteraction>

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

Property Value

RefillContainerInteractionInteractionItemChangeBehavior?

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>

States

public Dictionary<string, RefillState> States { get; init; }

Property Value

Dictionary<string, RefillState>

ViewDistance

public double ViewDistance { get; init; }

Property Value

double