Table of Contents

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

Vector3d

Codec

public static Codec<CylinderShape> Codec { get; }

Property Value

Codec<CylinderShape>

Height

public double Height { get; init; }

Property Value

double

Radius

public double Radius { get; init; }

Property Value

double