Exemplo n.º 1
0
    // -----------------------------公有方法------------------------------


    /// <summary>
    /// 单次循环
    /// </summary>
    public void Do()
    {
        if (targetList != null)
        {
            // 刷新四叉树
            targetList.Refresh();
            // 刷新地图对应位置
            //targetList.RebulidMapInfo();
            // 单位移动
            AllMemberMove(targetList.List);
            // 绘制四叉树
            DrawQuadTreeLine(targetList.QuadTree);
        }
    }