Method DrawOcclusionMesh
DrawOcclusionMesh(CommandBuffer, Camera, bool)
Draw the XR occlusion mesh.
Declaration
public static void DrawOcclusionMesh(CommandBuffer cmd, Camera camera, bool stereoEnabled = true)
Parameters
| Type | Name | Description | 
|---|---|---|
| CommandBuffer | cmd | Command Buffer used to draw the occlusion mesh.  | 
    
| Camera | camera | Camera for which the occlusion mesh is rendered.  | 
    
| bool | stereoEnabled | True if stereo rendering is enabled.  |