Пример #1
0
 public void OnDrawGizmos()
 {
     if (path != null)
     {
         path.DrawWithGizmos();
     }
 }