Ejemplo n.º 1
0
 void OnDrawGizmosSelected()
 {
     if (m_Path != null)
     {
         m_Path.DrawGizmos();
     }
 }