INTERNAL_CALL_SetDestination() private method

private INTERNAL_CALL_SetDestination ( NavMeshAgent self, Vector3 &target ) : bool
self NavMeshAgent
target Vector3
return bool
Ejemplo n.º 1
0
 public bool SetDestination(Vector3 target)
 {
     return(NavMeshAgent.INTERNAL_CALL_SetDestination(this, ref target));
 }