Table of Contents

Class TriggerCooldownInteraction

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

Property Value

Codec<TriggerCooldownInteraction>

Cooldown

public InteractionCooldown? Cooldown { get; init; }

Property Value

InteractionCooldown

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

Property Value

TriggerCooldownInteractionInteractionItemChangeBehavior?

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