Esempio n. 1
0
 void OnDrawGizmos()
 {
     if (showGizmo)
     {
         GizmoUtils.DrawRectangle(spawnZone, gizmoColor);
     }
 }
Esempio n. 2
0
 void OnDrawGizmos()
 {
     GizmoUtils.DrawRectangle(bounds, Color.green);
 }