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

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