Version: 2020.1
言語: 日本語
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.