Class CylinderBreakShape
- Namespace
- Shard.Assets.Generated.ModelAssets
- Assembly
- Shard.Assets.dll
[SchemaImported("assets/common.json#/definitions/CylinderBreakShape", "063b820fffd4f4ea9d69d8f1bdb5db19ffee2b1c083f650ddb0c0a6066ba2944")]
public sealed record CylinderBreakShape : ItemToolBreakShape, IEquatable<CylinderBreakShape>
- Inheritance
-
CylinderBreakShape
- Implements
-
- Inherited Members
-
Properties
Centered
public bool Centered { get; init; }
Property Value
- bool
Codec
public static Codec<CylinderBreakShape> Codec { get; }
Property Value
- Codec<CylinderBreakShape>
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 CylinderBreakShapeBreakShapeOrientation Orientation { get; init; }
Property Value
- CylinderBreakShapeBreakShapeOrientation
Width
public int Width { get; init; }
Property Value
- int