Toggle navigation
Hot Examples
JP
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
検索
Home
Aiv
Fast2D
Android
Example
Obsolete
MainActivity
C# Class Aiv.Fast2D.Android.Example.Obsolete.MainActivity
Inheritance:
Android.App.Activity
ファイルを表示
Open project: aiv01/aiv-fast2d
Protected Methods
Method
Description
OnCreate
(
Bundle
bundle
) :
void
OnPause
( ) :
void
OnResume
( ) :
void
Private Methods
Method
Description
GameSetup
(
Window
window
) :
void
GameUpdate
(
Window
window
) :
void
Method Details
OnCreate()
protected
method
protected
OnCreate
(
Bundle
bundle
) :
void
bundle
Bundle
return
void
OnPause()
protected
method
protected
OnPause
( ) :
void
return
void
OnResume()
protected
method
protected
OnResume
( ) :
void
return
void