Table of Contents

Class ResetCooldownInteraction

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

Property Value

Codec<ResetCooldownInteraction>

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

Property Value

ResetCooldownInteractionInteractionItemChangeBehavior?

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