Exemplo n.º 1
0
        //==========================================================

        public static int GetCellIndexAndSetMoveVector2(int oldIndex, Vector3 pos, ref Vector3 normal, float speed)
        {
            return(m_Nav.GetCellIndexAndSetMoveVector2(oldIndex, pos, ref normal, speed));
        }