Microsoft.Xna.Framework.MonoGameAndroidGameView.MonoGameAndroidGameView C# (CSharp) 메소드

MonoGameAndroidGameView() 공개 메소드

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
리턴 System
        public MonoGameAndroidGameView(Context context, AndroidGameWindow androidGameWindow, Game game)
            : base(context)
        {
            _gameWindow = androidGameWindow;
			_game = game;
            _touchManager = new AndroidTouchEventManager(androidGameWindow);
        }