Version: 2023.2
언어: 한국어

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.
Copyright © 2023 Unity Technologies
优美缔软件(上海)有限公司 版权所有
"Unity"、Unity 徽标及其他 Unity 商标是 Unity Technologies 或其附属机构在美国及其他地区的商标或注册商标。其他名称或品牌是其各自所有者的商标。
公安部备案号:
31010902002961