Version: 2022.3
언어: 한국어

CullingGroup.SetBoundingSpheres

매뉴얼로 전환
public void SetBoundingSpheres (BoundingSphere[] array);

파라미터

array The BoundingSpheres to cull.

설명

Sets the array of bounding sphere definitions that the CullingGroup should compute culling for.

Note that the provided array is simply referenced, not copied; therefore you can simply modify the data in the array on successive frames without calling SetBoundingSpheres again each time.