Esempio n. 1
0
        public DrawRenderLayer(EntityWorld world, DrawBatch drawBatch)
        {
            _manager = new DrawRenderManager(world, drawBatch);

            InitOptions();
        }
Esempio n. 2
0
        public DrawRenderLayer(EntityWorld world)
        {
            _manager = new DrawRenderManager(world);

            InitOptions();
        }