Class CylinderShape
- Namespace
- Shard.Assets.Generated.ModelAssets
- Assembly
- Shard.Assets.dll
[SchemaImported("assets/common.json#/definitions/CylinderShape", "5ad92cd6c59e5721b704ce4927e95c595905b90b2d38929ca4e736dc78792517")]
public sealed record CylinderShape : SpawnTriggerVolumeInteractionShape, IEquatable<CylinderShape>
- Inheritance
-
CylinderShape
- Implements
- Inherited Members
Properties
Center
public Vector3d? Center { get; init; }
Property Value
Codec
public static Codec<CylinderShape> Codec { get; }
Property Value
Height
public double Height { get; init; }
Property Value
Radius
public double Radius { get; init; }