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
Remarks
This is equivalent to calling GizmoUtility.SetGizmoEnabled and GizmoUtility.SetIconEnabled.