예제 #1
0
파일: Game.cs 프로젝트: julietsvq/Samples
        public override void Initialize(IApplication application)
        {
            base.Initialize(application);

            this.scene = new MyScene();
            ScreenContext screenContext = new ScreenContext(this.scene);
            WaveServices.ScreenContextManager.To(screenContext);
        }
예제 #2
0
파일: Game.cs 프로젝트: mewt/Samples
        public override void Initialize(IApplication application)
        {
            base.Initialize(application);

            this.scene = new MyScene();
            ScreenContext screenContext = new ScreenContext(this.scene);

            WaveServices.ScreenContextManager.To(screenContext);
        }