Version: 2022.3
언어: 한국어

BatchCullingViewType

enumeration

매뉴얼로 전환

설명

The type of an object that is requesting culling.

변수

UnknownThe type of the object that is requesting culling is unknown.
CameraA Camera is requesting culling.
LightA shadow-casting Light is requesting culling.
PickingThe Scene view is requesting culling so that it can render object picking data. Unity calls the OnPerformCulling() with this enum value when a user clicks in the Scene view.
SelectionOutlineThe Scene view is requesting culling so that it can render the selection outline of the objects currently picked. Unity calls the OnPerformCulling() with this enum value when rendering the selection outline.