Table of Contents

Class AnimationSetAnimation

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

Properties

Animation

public string Animation { get; init; }

Property Value

string

BlendingDuration

public float BlendingDuration { get; init; }

Property Value

float

Codec

public static Codec<AnimationSetAnimation> Codec { get; }

Property Value

Codec<AnimationSetAnimation>

FootstepIntervals

public List<int> FootstepIntervals { get; init; }

Property Value

List<int>

Looping

public bool Looping { get; init; }

Property Value

bool

PassiveLoopCount

public int PassiveLoopCount { get; init; }

Property Value

int

SoundEventId

public string? SoundEventId { get; init; }

Property Value

string

Speed

public float Speed { get; init; }

Property Value

float

Weight

public float Weight { get; init; }

Property Value

float