INTERNAL_CALL_Move() private méthode

private INTERNAL_CALL_Move ( NavMeshAgent self, Vector3 &offset ) : void
self NavMeshAgent
offset Vector3
Résultat void
 public void Move(Vector3 offset)
 {
     NavMeshAgent.INTERNAL_CALL_Move(this, ref offset);
 }