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
FrameLifeSpan
public int FrameLifeSpan { get; init; }
Property Value
FrameRange
public Range? FrameRange { get; init; }
Property Value
FrameSize
public Vector2i? FrameSize { get; init; }