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