Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


ApplyGizmoInfo(GizmoInfo, bool)

Apply GizmoInfo.gizmoEnabled and GizmoInfo.iconEnabled for a GizmoInfo object.
Read time 1 minuteLast updated 13 days ago

Definition

  • Type: Method
  • Namespace: UnityEditor
  • Assembly: UnityEditor.CoreModule
public static void ApplyGizmoInfo(GizmoInfo info, bool addToRecentlyChanged = true)

Parameters

The GizmoInfo to apply.

addToRecentlyChanged

Set true to append this component to the "Recently Changed" list in the Annotation Window.

Remarks