Class BlockMountPoint
- Namespace
- Shard.Assets.Generated.ModelAssets
- Assembly
- Shard.Assets.dll
[SchemaImported("assets/common.json#/definitions/BlockMountPoint", "42602b76d6581ae646e235ef1666d7f65e0fea24d49212a568b2a67fc1569d95")]
public sealed record BlockMountPoint : IEquatable<BlockMountPoint>
- Inheritance
-
BlockMountPoint
- Implements
- Inherited Members
Properties
Codec
public static Codec<BlockMountPoint> Codec { get; }
Property Value
Offset
public Vector3d? Offset { get; init; }
Property Value
Yaw
public float Yaw { get; init; }