메소드 | 설명 | |
---|---|---|
Draw ( RenderTarget target, |
||
SetFont ( |
||
Update ( float time, float x, float y ) : void |
메소드 | 설명 | |
---|---|---|
Effect ( string name ) : System | ||
GetFont ( ) : |
||
OnDraw ( RenderTarget target, |
||
OnUpdate ( float time, float x, float y ) : void |
public Draw ( RenderTarget target, |
||
target | RenderTarget | |
states | ||
리턴 | void |
protected abstract OnDraw ( RenderTarget target, |
||
target | RenderTarget | |
states | ||
리턴 | void |
protected abstract OnUpdate ( float time, float x, float y ) : void | ||
time | float | |
x | float | |
y | float | |
리턴 | void |
public Update ( float time, float x, float y ) : void | ||
time | float | |
x | float | |
y | float | |
리턴 | void |