Class BoxBreakShape
- Namespace
- Shard.Assets.Generated.ModelAssets
- Assembly
- Shard.Assets.dll
[SchemaImported("assets/common.json#/definitions/BoxBreakShape", "fc1d601abd0c1b65b8e2806c890d020ee4cfc7504392939a229e2d5630ee3d24")]
public sealed record BoxBreakShape : ItemToolBreakShape, IEquatable<BoxBreakShape>
- Inheritance
-
BoxBreakShape
- Implements
-
- Inherited Members
-
Properties
Centered
public bool Centered { get; init; }
Property Value
- bool
Codec
public static Codec<BoxBreakShape> Codec { get; }
Property Value
- Codec<BoxBreakShape>
Depth
public int Depth { get; init; }
Property Value
- int
Height
public int Height { get; init; }
Property Value
- int
Offset
public Vector3d Offset { get; init; }
Property Value
- Vector3d
Orientation
public BoxBreakShapeBreakShapeOrientation Orientation { get; init; }
Property Value
- BoxBreakShapeBreakShapeOrientation
Width
public int Width { get; init; }
Property Value
- int