INTERNAL_CALL_Warp() private method

private INTERNAL_CALL_Warp ( NavMeshAgent self, Vector3 &newPosition ) : bool
self NavMeshAgent
newPosition Vector3
return bool
示例#1
0
 public bool Warp(Vector3 newPosition)
 {
     return(NavMeshAgent.INTERNAL_CALL_Warp(this, ref newPosition));
 }