Table of Contents

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

Codec<BoxShape>

Max

public Vector3d? Max { get; init; }

Property Value

Vector3d

Min

public Vector3d? Min { get; init; }

Property Value

Vector3d

Rotation

public Vector3d? Rotation { get; init; }

Property Value

Vector3d