C# Class Animations.Program

Inheritance: Microsoft.Xna.Framework.AndroidGameActivity
Afficher le fichier Open project: Syderis/CellSDK-Tutorials

Méthodes publiques

Свойство Type Description
Instance Program

Méthodes publiques

Méthode Description
Exit ( ) : void

Exit Method.

Méthodes protégées

Méthode Description
Initialize ( ) : void

The main entry point for the application.

OnCreate ( Bundle savedInstanceState ) : void

The main method which loads Application.

OnPause ( ) : void

The application's activity pauses the execution

OnResume ( ) : void

The application's activity resumes the execution

Method Details

Exit() public méthode

Exit Method.
public Exit ( ) : void
Résultat void

Initialize() protected méthode

The main entry point for the application.
protected Initialize ( ) : void
Résultat void

OnCreate() protected méthode

The main method which loads Application.
protected OnCreate ( Bundle savedInstanceState ) : void
savedInstanceState Bundle
Résultat void

OnPause() protected méthode

The application's activity pauses the execution
protected OnPause ( ) : void
Résultat void

OnResume() protected méthode

The application's activity resumes the execution
protected OnResume ( ) : void
Résultat void

Property Details

Instance public_oe static_oe property

public static Program Instance
Résultat Program