Class BlockRotationConfig
- Namespace
- Shard.Assets.Generated.ModelAssets
- Assembly
- Shard.Assets.dll
[SchemaImported("assets/common.json#/definitions/BlockRotationConfig", "41b231c19d29e836ef9682bc631c4c893f57c981bd7ed7f15ef500188c544499")]
public sealed record BlockRotationConfig : IEquatable<BlockRotationConfig>
- Inheritance
-
BlockRotationConfig
- Implements
- Inherited Members
Properties
Codec
public static Codec<BlockRotationConfig> Codec { get; }
Property Value
Pitch
public BlockRotationConfigRotation? Pitch { get; init; }
Property Value
Roll
public BlockRotationConfigRotation_CE99FBA9? Roll { get; init; }
Property Value
Yaw
public BlockRotationConfigRotation_7DB600AF? Yaw { get; init; }