This version of Unity is unsupported.

ScriptableRenderContext.DrawGizmos

Declaration

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

Parameters

camera The camera of the current view.
gizmoSubset Set 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

Schedules the drawing of a subset of Gizmos (before or after post-processing) for the given Camera.