BoundingSphere
Describes a single bounding sphere for use by a CullingGroup.
Read time 1 minuteLast updated 4 days ago
Definition
- Type: Struct
- Namespace: UnityEngine
- Assembly: UnityEngine.CoreModule
public struct BoundingSphere
Fields
Value | Description |
|---|---|
| position | The position of the center of the BoundingSphere. |
| radius | The radius of the BoundingSphere. |
Constructors
Constructor | Description |
|---|---|
| BoundingSphere(UnityEngine.Vector3,System.Single) | Initializes a BoundingSphere. |
| BoundingSphere(UnityEngine.Vector4) | Initializes a BoundingSphere. |