Table of Contents

Class TrailAnimation

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

Properties

Codec

public static Codec<TrailAnimation> Codec { get; }

Property Value

Codec<TrailAnimation>

FrameLifeSpan

public int FrameLifeSpan { get; init; }

Property Value

int

FrameRange

public Range? FrameRange { get; init; }

Property Value

Range

FrameSize

public Vector2i? FrameSize { get; init; }

Property Value

Vector2i