コード例 #1
0
        public AtlasManagerSorter(IAtlasManager manager, string arg, int updateWeight, int drawWeight)
        {
            this.manager = manager;
            this.arg     = arg;

            draw   = (drawWeight >= 0);
            update = (updateWeight >= 0);

            this.drawWeight   = drawWeight;
            this.updateWeight = updateWeight;
            pass = 0;
        }
コード例 #2
0
        public AtlasManagerSorter(IAtlasManager manager, string arg, int updateWeight, int drawWeight)
        {
            this.manager = manager;
            this.arg = arg;

            draw = (drawWeight >= 0);
            update = (updateWeight >= 0);

            this.drawWeight = drawWeight;
            this.updateWeight = updateWeight;
            pass = 0;
        }