Class IncrementCooldownInteraction
- Namespace
- Shard.Assets.Generated.ModelAssets
- Assembly
- Shard.Assets.dll
[SchemaImported("assets/common.json#/definitions/IncrementCooldownInteraction", "9ee6beecab9b71379c5ff04dfd013bc2320ad40f1aa0c9f76860764a8da015df")]
public sealed record IncrementCooldownInteraction : Interaction, IEquatable<IncrementCooldownInteraction>
- Inheritance
-
IncrementCooldownInteraction
- Implements
-
- Inherited Members
-
Properties
Camera
public InteractionCameraSettings? Camera { get; init; }
Property Value
- InteractionCameraSettings
CancelOnItemChange
public bool CancelOnItemChange { get; init; }
Property Value
- bool
Charge
public int Charge { get; init; }
Property Value
- int
ChargeTime
public float? ChargeTime { get; init; }
Property Value
- float?
Codec
public static Codec<IncrementCooldownInteraction> Codec { get; }
Property Value
- Codec<IncrementCooldownInteraction>
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?
Id
public string? Id { get; init; }
Property Value
- string
InterruptRecharge
public bool InterruptRecharge { get; init; }
Property Value
- bool
Next
public string? Next { get; init; }
Property Value
- string
OnItemChangeBehavior
public IncrementCooldownInteractionInteractionItemChangeBehavior? OnItemChangeBehavior { get; init; }
Property Value
- IncrementCooldownInteractionInteractionItemChangeBehavior?
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>
Time
public float? Time { get; init; }
Property Value
- float?
ViewDistance
public double ViewDistance { get; init; }
Property Value
- double