Example #1
0
 void OnDrawGizmos()
 {
     if (Bounds != null)
     {
         Gizmos.DrawWireCube(Bounds.Bounds().center, Bounds.Bounds().size);
     }
 }