コード例 #1
0
        public override void Initialize()
        {
            base.Initialize();

            // Initialize
            game = new FlyingKiteProject.Game();
            game.Initialize(this);
        }
コード例 #2
0
ファイル: GameRenderer.cs プロジェクト: dezol/QuickStarters
        public override void Initialize()
        {
            base.Initialize();

            // Initialize
            game = new FlyingKiteProject.Game();
            game.Initialize(this);
        }
コード例 #3
0
ファイル: GameRenderer.cs プロジェクト: leluyun/QuickStarters
        public override void Initialize()
        {
            base.Initialize();

            this.Adapter.SupportedOrientations = DisplayOrientation.LandscapeLeft | DisplayOrientation.LandscapeRight;

            game = new FlyingKiteProject.Game();
            game.Initialize(this);
        }
コード例 #4
0
ファイル: GameRenderer.cs プロジェクト: dezol/QuickStarters
        public override void Initialize()
        {
            base.Initialize();

            this.Adapter.SupportedOrientations = DisplayOrientation.LandscapeLeft | DisplayOrientation.LandscapeRight;

            game = new FlyingKiteProject.Game();
            game.Initialize(this);
        }