INTERNAL_CALL_Move() 개인적인 메소드

private INTERNAL_CALL_Move ( NavMeshAgent self, Vector3 &offset ) : void
self NavMeshAgent
offset Vector3
리턴 void
예제 #1
0
 public void Move(Vector3 offset)
 {
     NavMeshAgent.INTERNAL_CALL_Move(this, ref offset);
 }