Aiv.Fast2D.Android.Example.Obsolete.MainActivity.OnCreate C# (CSharp) Method

OnCreate() protected method

protected OnCreate ( Bundle bundle ) : void
bundle Bundle
return 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);
        }