1namespace Unity.VisualScripting 2{ 3 public interface IGizmoDrawer 4 { 5 void OnDrawGizmos(); 6 void OnDrawGizmosSelected(); 7 } 8}