Exemplo n.º 1
0
 public static void OnGUI(SceneView view)
 {
     if (s_Instance == null)
     {
         s_Instance = new ScaleTool();
     }
     s_Instance.OnToolGUI(view);
 }