Version: 2020.2
언어: 한국어
public void DrawGizmos (Camera camera, Rendering.GizmoSubset gizmoSubset);

파라미터

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.

설명

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