Table of Contents

Class RunRootInteractionEffect

Namespace
Shard.Assets.Generated.ModelAssets
Assembly
Shard.Assets.dll
[SchemaImported("assets/common.json#/definitions/RunRootInteractionEffect", "d734163797f74aee19b4164355219327868dfd4b0a33e235d4f5c4e582781ad2")]
public sealed record RunRootInteractionEffect : TriggerVolumeEffects, IEquatable<RunRootInteractionEffect>
Inheritance
RunRootInteractionEffect
Implements
Inherited Members

Properties

Codec

public static Codec<RunRootInteractionEffect> Codec { get; }

Property Value

Codec<RunRootInteractionEffect>

Delay

public float? Delay { get; init; }

Property Value

float?

Entry

public int Entry { get; init; }

Property Value

int

EquipSlot

public int EquipSlot { get; init; }

Property Value

int

Event

public string? Event { get; init; }

Property Value

string

InteractionType

public RunRootInteractionEffectInteractionType? InteractionType { get; init; }

Property Value

RunRootInteractionEffectInteractionType?

Interval

public float? Interval { get; init; }

Property Value

float?

RootInteraction

public string? RootInteraction { get; init; }

Property Value

string