protected virtual void DrawBox(GUIStyle style)
 {
     SelectionManager.DrawBox(style);
 }
Exemplo n.º 2
0
 protected virtual void OnDrawGUI()
 {
     SelectionManager.DrawBox(GUIStyle.none);
 }
Exemplo n.º 3
0
 void OnGUI()
 {
     SelectionManager.DrawBox(SelectionBoxStyle);
 }
Exemplo n.º 4
0
 void OnDrawGizmos()
 {
     SelectionManager.DrawRealWorldBox();
 }
Exemplo n.º 5
0
 public static void Simulate()
 {
     SelectionManager.Simulate();
 }