Struct CameraSettings.Culling
Defines the culling settings of the camera.
Namespace: UnityEngine.Experimental.Rendering.HDPipeline
Syntax
[Serializable]
public struct Culling
Fields
cullingMask
The mask for visible objects.
Declaration
public LayerMask cullingMask
Field Value
| Type | Description |
|---|---|
| LayerMask |
default
Default value.
Declaration
public static readonly CameraSettings.Culling default
Field Value
| Type | Description |
|---|---|
| CameraSettings.Culling |
useOcclusionCulling
True when occlusion culling will be performed during rendering, false otherwise.
Declaration
public bool useOcclusionCulling
Field Value
| Type | Description |
|---|---|
| Boolean |