Table of Contents

Class AnimationSet

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

Properties

Animations

public List<AnimationSetAnimation> Animations { get; init; }

Property Value

List<AnimationSetAnimation>

Codec

public static Codec<AnimationSet> Codec { get; }

Property Value

Codec<AnimationSet>

NextAnimationDelay

public Rangef? NextAnimationDelay { get; init; }

Property Value

Rangef