Version: 2020.1
言語: 日本語

CullingOptions

enumeration

マニュアルに切り替える

説明

Flags used by ScriptableCullingParameters.cullingOptions to configure a culling operation.

Unity sets some of the CullingOptions flags with default values, and others depending on the properties of the Camera from which you obtained the ScriptableCullingParameters struct. You can override these values before performing the culling operation.

See Also: ScriptableCullingParameters.cullingOptions, ScriptableRenderContext.Cull, Camera.

変数

NoneUnset all CullingOptions flags.
ForceEvenIfCameraIsNotActiveWhen this flag is set, Unity performs the culling operation even if the Camera is not active.
OcclusionCullWhen this flag is set, Unity performs occlusion culling as part of the culling operation.
NeedsLightingWhen this flag is set, Unity culls Lights as part of the culling operation.
NeedsReflectionProbesWhen this flag is set, Unity culls Reflection Probes as part of the culling operation.
StereoWhen this flag is set, Unity culls both eyes together for stereo rendering.
DisablePerObjectCullingWhen this flag is set, Unity does not perform per-object culling.
ShadowCastersWhen this flag is set, Unity culls shadow casters as part of the culling operation.