C# Class FSODroid.FSOActivity

Inheritance: Microsoft.Xna.Framework.AndroidGameActivity
显示文件 Open project: RHY3756547/FreeSO

Public Methods

Method Description
CopyAssets ( string folder, string dest ) : void

Protected Methods

Method Description
OnCreate ( Bundle bundle ) : void

Private Methods

Method Description
RunGame ( ) : void

Method Details

CopyAssets() public method

public CopyAssets ( string folder, string dest ) : void
folder string
dest string
return void

OnCreate() protected method

protected OnCreate ( Bundle bundle ) : void
bundle Bundle
return void