C# Class ParadoxUO.Client

Inheritance: SiliconStudio.Paradox.Engine.Game
Mostra file Open project: jeffboulanger/OpenUO Class Usage Examples

Public Methods

Method Description
Client ( ) : System.IO

Protected Methods

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

Method Details

Client() public method

public Client ( ) : System.IO
return System.IO

Initialize() protected method

protected Initialize ( ) : void
return void

LoadContent() protected method

protected LoadContent ( ) : System.Threading.Tasks.Task
return System.Threading.Tasks.Task

Update() protected method

protected Update ( SiliconStudio.Paradox.Games.GameTime gameTime ) : void
gameTime SiliconStudio.Paradox.Games.GameTime
return void