Table of Contents

Class ParticleAnimationFrame

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

Properties

Codec

public static Codec<ParticleAnimationFrame> Codec { get; }

Property Value

Codec<ParticleAnimationFrame>

Color

public string? Color { get; init; }

Property Value

string

FrameIndex

public Range? FrameIndex { get; init; }

Property Value

Range

Opacity

public float? Opacity { get; init; }

Property Value

float?

Rotation

public RangeVector3f? Rotation { get; init; }

Property Value

RangeVector3f

Scale

public RangeVector2f? Scale { get; init; }

Property Value

RangeVector2f