Version: 2022.2
LanguageEnglish
  • C#

BatchCullingViewType

enumeration

Suggest a change

Success!

Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.

Close

Submission failed

For some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.

Close

Cancel

Description

The type of an object that is requesting culling.

Properties

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.