프로퍼티 | 타입 | 설명 | |
---|---|---|---|
Center | Vector3 | ||
Radius | float |
메소드 | 설명 | |
---|---|---|
BoundingSphere ( Vector3 center, float radius ) : System |
Constructs a new bounding sphere.
|
public BoundingSphere ( Vector3 center, float radius ) : System | ||
center | Vector3 | Location of the center of the sphere. |
radius | float | Radius of the sphere. |
리턴 | System |