INTERNAL_CALL_SetDestination() 개인적인 메소드

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