C# Class FSODroid.FSOActivity

Inheritance: Microsoft.Xna.Framework.AndroidGameActivity
Afficher le fichier Open project: RHY3756547/FreeSO

Méthodes publiques

Méthode Description
CopyAssets ( string folder, string dest ) : void

Méthodes protégées

Méthode Description
OnCreate ( Bundle bundle ) : void

Private Methods

Méthode Description
RunGame ( ) : void

Method Details

CopyAssets() public méthode

public CopyAssets ( string folder, string dest ) : void
folder string
dest string
Résultat void

OnCreate() protected méthode

protected OnCreate ( Bundle bundle ) : void
bundle Bundle
Résultat void