C# Class Protogame.CanvasEntity

Inheritance: Entity, IHasCanvases
Mostra file Open project: RedpointGames/Protogame Class Usage Examples

Public Methods

Method Description
CanvasEntity ( ISkinLayout skinLayout, ISkinDelegator skinDelegator ) : System.Collections.Generic
Render ( IGameContext gameContext, IRenderContext renderContext ) : void
Update ( IGameContext gameContext, IUpdateContext updateContext ) : void

Method Details

CanvasEntity() public method

public CanvasEntity ( ISkinLayout skinLayout, ISkinDelegator skinDelegator ) : System.Collections.Generic
skinLayout ISkinLayout
skinDelegator ISkinDelegator
return System.Collections.Generic

Render() public method

public Render ( IGameContext gameContext, IRenderContext renderContext ) : void
gameContext IGameContext
renderContext IRenderContext
return void

Update() public method

public Update ( IGameContext gameContext, IUpdateContext updateContext ) : void
gameContext IGameContext
updateContext IUpdateContext
return void