Struct CameraSettings.Culling
Defines the culling settings of the camera.
Inherited Members
Namespace: UnityEngine.Rendering.HighDefinition
Assembly: Unity.RenderPipelines.HighDefinition.Runtime.dll
Syntax
[Serializable]
public struct CameraSettings.Culling
Fields
Name | Description |
---|---|
cullingMask | The mask for visible objects. |
default | Default value. |
sceneCullingMaskOverride | Scene culling mask override. |
useOcclusionCulling | True when occlusion culling will be performed during rendering, false otherwise. |
Methods
Name | Description |
---|---|
NewDefault() | Default value. |