Table of Contents

Class SphereShape

Namespace
Shard.Assets.Generated.ModelAssets
Assembly
Shard.Assets.dll
[SchemaImported("assets/common.json#/definitions/SphereShape", "0005ad1f938b2d8e1a5d77e63f38fbf575c6ee305e9441c7f7ca31a03b1c3c9a")]
public sealed record SphereShape : SpawnTriggerVolumeInteractionShape, IEquatable<SphereShape>
Inheritance
SphereShape
Implements
Inherited Members

Properties

Center

public Vector3d? Center { get; init; }

Property Value

Vector3d

Codec

public static Codec<SphereShape> Codec { get; }

Property Value

Codec<SphereShape>

Radius

public double Radius { get; init; }

Property Value

double