Пример #1
0
 static public void Inspect(this GameObject gameObject)
 {
     Inspector.Inspect(gameObject);
 }
Пример #2
0
 static public void Inspect <T>(this T component) where T : Component
 {
     Inspector.Inspect(component);
 }
Пример #3
0
 void OnClick()
 {
     Inspector.Inspect(component, type);
 }