Version: 2022.2
언어: 한국어

BoundingSphereConstructor

매뉴얼로 전환
public BoundingSphere (Vector3 pos, float rad);
public BoundingSphere (Vector4 packedSphere);

파라미터

pos The center of the sphere.
rad The radius of the sphere.
packedSphere A four-component vector containing the position (packed into the XYZ components) and radius (packed into the W component).

설명

Initializes a BoundingSphere.