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
Pitch
public float? Pitch { get; init; }
Property Value
Roll
public float? Roll { get; init; }
Property Value
Yaw
public float? Yaw { get; init; }