Exemple #1
0
 /* 在地图类中改变此实例的位置 */
 private void DoMoveToInArray(Vector2 position)
 {
     _map.MoveTo(this, position);
 }