C# 클래스 Protogame.CanvasEntity

상속: Entity, IHasCanvases
파일 보기 프로젝트 열기: RedpointGames/Protogame 1 사용 예제들

공개 메소드들

메소드 설명
CanvasEntity ( ISkinLayout skinLayout, ISkinDelegator skinDelegator ) : System.Collections.Generic
Render ( IGameContext gameContext, IRenderContext renderContext ) : void
Update ( IGameContext gameContext, IUpdateContext updateContext ) : void

메소드 상세

CanvasEntity() 공개 메소드

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

Render() 공개 메소드

public Render ( IGameContext gameContext, IRenderContext renderContext ) : void
gameContext IGameContext
renderContext IRenderContext
리턴 void

Update() 공개 메소드

public Update ( IGameContext gameContext, IUpdateContext updateContext ) : void
gameContext IGameContext
updateContext IUpdateContext
리턴 void