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));
 }