SetGizmoEnabled(Type, bool, bool)
Enable or disable gizmo rendering in the Scene View for a component type. Gizmos are the simple lines and guides drawn by component editors. For example, the Camera frustum guidelines are gizmos.
Read time 1 minuteLast updated 4 days ago
Definition
- Type: Method
- Namespace: UnityEditor
- Assembly: UnityEditor
public static void SetGizmoEnabled(Type type, bool enabled, bool addToRecentlyChanged = true)
Parameters
Remarks
Type must be assignable to UnityEngine.Component.