C# Class ParadoxUO.Client

Inheritance: SiliconStudio.Paradox.Engine.Game
Afficher le fichier Open project: jeffboulanger/OpenUO Class Usage Examples

Méthodes publiques

Méthode Description
Client ( ) : System.IO

Méthodes protégées

Méthode Description
Initialize ( ) : void
LoadContent ( ) : System.Threading.Tasks.Task
Update ( SiliconStudio.Paradox.Games.GameTime gameTime ) : void

Method Details

Client() public méthode

public Client ( ) : System.IO
Résultat System.IO

Initialize() protected méthode

protected Initialize ( ) : void
Résultat void

LoadContent() protected méthode

protected LoadContent ( ) : System.Threading.Tasks.Task
Résultat System.Threading.Tasks.Task

Update() protected méthode

protected Update ( SiliconStudio.Paradox.Games.GameTime gameTime ) : void
gameTime SiliconStudio.Paradox.Games.GameTime
Résultat void