Microsoft.Xna.Framework.MonoGameAndroidGameView.MonoGameAndroidGameView C# (CSharp) Méthode

MonoGameAndroidGameView() public méthode

public MonoGameAndroidGameView ( Android.Content.Context context, AndroidGameWindow androidGameWindow, Microsoft.Xna.Framework.Game game ) : System
context Android.Content.Context
androidGameWindow AndroidGameWindow
game Microsoft.Xna.Framework.Game
Résultat System
        public MonoGameAndroidGameView(Context context, AndroidGameWindow androidGameWindow, Game game)
            : base(context)
        {
            _gameWindow = androidGameWindow;
			_game = game;
            _touchManager = new AndroidTouchEventManager(androidGameWindow);
        }