SetIconEnabled(Type, bool)
Enable or disable icon rendering for all objects in the Scene View for a component type.
Read time 1 minuteLast updated 4 days ago
Definition
- Type: Method
- Namespace: UnityEditor
- Assembly: UnityEditor
public static void SetIconEnabled(Type type, bool enabled)
Parameters
Remarks
Type must be assignable to Component.