C# Class Protogame.DefaultUpdateContext

The default implementation of IUpdateContext.
Inheritance: IUpdateContext
Mostra file Open project: RedpointGames/Protogame

Public Methods

Method Description
Update ( IGameContext context ) : void

Method Details

Update() public method

public Update ( IGameContext context ) : void
context IGameContext
return void