Table of Contents

Class ItemAnimation

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

Properties

BlendingDuration

public float BlendingDuration { get; init; }

Property Value

float

ClipsGeometry

public bool ClipsGeometry { get; init; }

Property Value

bool

Codec

public static Codec<ItemAnimation> Codec { get; }

Property Value

Codec<ItemAnimation>

FirstPerson

public string? FirstPerson { get; init; }

Property Value

string

FirstPersonOverride

public string? FirstPersonOverride { get; init; }

Property Value

string

KeepPreviousFirstPersonAnimation

public bool KeepPreviousFirstPersonAnimation { get; init; }

Property Value

bool

Looping

public bool Looping { get; init; }

Property Value

bool

Speed

public float Speed { get; init; }

Property Value

float

ThirdPerson

public string? ThirdPerson { get; init; }

Property Value

string

ThirdPersonFace

public string? ThirdPersonFace { get; init; }

Property Value

string

ThirdPersonMoving

public string? ThirdPersonMoving { get; init; }

Property Value

string