Пример #1
0
 private uint GetNavCellIndex(uint row, uint colomn)
 {
     return(NavMesh.GetNavCellIndex(m_colomnCount, row, colomn));
 }