Table of Contents

Class PlayAnimationEffect

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

Properties

Animation

public string? Animation { get; init; }

Property Value

string

Codec

public static Codec<PlayAnimationEffect> Codec { get; }

Property Value

Codec<PlayAnimationEffect>

Delay

public float? Delay { get; init; }

Property Value

float?

Duration

public float? Duration { get; init; }

Property Value

float?

Entry

public int Entry { get; init; }

Property Value

int

Event

public string? Event { get; init; }

Property Value

string

Interval

public float? Interval { get; init; }

Property Value

float?

NpcType

public string? NpcType { get; init; }

Property Value

string

Stop

public bool Stop { get; init; }

Property Value

bool

Target

public Target? Target { get; init; }

Property Value

Target?