Table of Contents

Class BlockParticleSetDirection

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

Properties

Codec

public static Codec<BlockParticleSetDirection> Codec { get; }

Property Value

Codec<BlockParticleSetDirection>

Pitch

public float? Pitch { get; init; }

Property Value

float?

Roll

public float? Roll { get; init; }

Property Value

float?

Yaw

public float? Yaw { get; init; }

Property Value

float?