camera | Camera to get parameters for. |
cullingParameters | Resultant culling parameters. |
stereoAware | Generate single-pass stereo aware culling parameters. |
bool Flag indicating whether culling parameters are valid.
Get culling parameters for a camera.
Returns false if camera is invalid to render (empty viewport rectangle, invalid clip plane setup etc.).
Both left and right stereo eyes are considered in the generated culling parameters when stereoAware
is true
and single-pass stereo is enabled.
See Also: Cull, CullingParameters, ScriptableRenderContext.SetupCameraProperties, ScriptableRenderContext.StartMultiEye, ScriptableRenderContext.StopMultiEye, ScriptableRenderContext.StereoEndRender.