Class BoxShape
- Namespace
- Shard.Assets.Generated.ModelAssets
- Assembly
- Shard.Assets.dll
[SchemaImported("assets/common.json#/definitions/BoxShape", "0e96e0b37c434ba98a58667cb8d29c2259fa5d7fc61cba18f51564dbb9efbcde")]
public sealed record BoxShape : SpawnTriggerVolumeInteractionShape, IEquatable<BoxShape>
- Inheritance
-
BoxShape
- Implements
- Inherited Members
Properties
Codec
public static Codec<BoxShape> Codec { get; }
Property Value
Max
public Vector3d? Max { get; init; }
Property Value
Min
public Vector3d? Min { get; init; }
Property Value
Rotation
public Vector3d? Rotation { get; init; }