ScriptableRenderContext.DrawGizmos

public void DrawGizmos(Camera camera, Rendering.GizmoSubset gizmoSubset);

Parameters

cameraThe camera of the current view.
gizmoSubsetSet to GizmoSubset.PreImageEffects to draw Gizmos that should be affected by postprocessing, or GizmoSubset.PostImageEffects to draw Gizmos that should not be affected by postprocessing. See also: GizmoSubset.

Description

Draw a subset of Gizmos (before or after postprocessing) for the given camera.

Did you find this page useful? Please give it a rating: