INTERNAL_CALL_SetDestination() private méthode

private INTERNAL_CALL_SetDestination ( NavMeshAgent self, Vector3 &target ) : bool
self NavMeshAgent
target Vector3
Résultat bool
 public bool SetDestination(Vector3 target)
 {
     return(NavMeshAgent.INTERNAL_CALL_SetDestination(this, ref target));
 }