SphereGeometry
Contains the basic geometric shape of a sphere.
Read time 1 minuteLast updated 6 days ago
Definition
- Type: Struct
- Namespace: UnityEngine.LowLevelPhysics
- Assembly: UnityEngine.PhysicsModule
- Implements: IGeometry
public struct SphereGeometry : IGeometry
Constructors
Constructor | Description |
|---|---|
| SphereGeometry(System.Single) | Create a sphere shape with the provided parameter. |
Properties
Property | Description |
|---|---|
| GeometryType | Returns the geometry type of this shape, which is SphereGeometry. |
| Radius | The radius of the sphere shape. |