Version: 2022.1
言語: 日本語

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.