Ejemplo n.º 1
0
 public NavMeshLocation MoveLocation(NavMeshLocation location, Vector3 target, int areaMask = -1)
 {
     AtomicSafetyHandle.CheckReadAndThrow(this.m_Safety);
     return(NavMeshQuery.MoveLocation(this.m_NavMeshQuery, location, target, areaMask));
 }