Struct BoundingSphere
Assembly: UnityEngine.dll
Syntax
public struct BoundingSphere
Constructors
|
Improve this Doc
View Source
BoundingSphere(Vector3, Single)
Declaration
public BoundingSphere(Vector3 pos, float rad)
Parameters
|
Improve this Doc
View Source
BoundingSphere(Vector4)
Declaration
public BoundingSphere(Vector4 packedSphere)
Parameters
Type |
Name |
Description |
Vector4 |
packedSphere |
|
Fields
|
Improve this Doc
View Source
position
Declaration
Field Value
|
Improve this Doc
View Source
radius
Declaration
Field Value
Extension Methods