INTERNAL_CALL_Warp() 개인적인 메소드

private INTERNAL_CALL_Warp ( NavMeshAgent self, Vector3 &newPosition ) : bool
self NavMeshAgent
newPosition Vector3
리턴 bool
예제 #1
0
 public bool Warp(Vector3 newPosition)
 {
     return(NavMeshAgent.INTERNAL_CALL_Warp(this, ref newPosition));
 }