Aiv.Fast2D.Android.Example.MainActivity.OnCreate C# (CSharp) Méthode

OnCreate() protected méthode

protected OnCreate ( Bundle bundle ) : void
bundle Bundle
Résultat void
        protected override void OnCreate(Bundle bundle)
        {
            base.OnCreate(bundle);

            // Create our OpenGL view, and display it
            view = new MobileGame(this, GameSetup, GameUpdate);
            SetContentView(view);
        }