示例#1
0
 public void MovePosition(Vector2 position)
 {
     Rigidbody2D.INTERNAL_CALL_MovePosition(this, ref position);
 }