Esempio n. 1
0
 void OnDrawGizmos()
 {
     if (path != null)
     {
         path.OnDrawGizmos();
     }
 }