Exemplo n.º 1
0
        public override void Draw(TimeSpan elapsedTime)
        {
            game.DrawFrame(elapsedTime);

            if (!this.splashScreenReplaced)
            {
                this.splashScreenReplaced = true;
                this.SetTheme(Android.Resource.Style.ThemeNoTitleBarFullScreen);
                this.FindViewById(Resource.Id.root).Visibility = ViewStates.Visible;
            }
        }
Exemplo n.º 2
0
 public override void Draw(TimeSpan gameTime)//TargetBase render)
 {
     //Render
     game.DrawFrame(gameTime);
 }
Exemplo n.º 3
0
 public override void Draw(TimeSpan gameTime)
 {
     game.DrawFrame(gameTime);
 }
Exemplo n.º 4
0
 public override void Draw(TimeSpan elapsedTime)
 {
     game.DrawFrame(elapsedTime);
 }