Method | Description | |
---|---|---|
Draw ( RenderTarget target, |
||
SetFont ( |
||
Update ( float time, float x, float y ) : void |
Method | Description | |
---|---|---|
Effect ( string name ) : System | ||
GetFont ( ) : |
||
OnDraw ( RenderTarget target, |
||
OnUpdate ( float time, float x, float y ) : void |
public Draw ( RenderTarget target, |
||
target | RenderTarget | |
states | ||
return | void |
protected abstract OnDraw ( RenderTarget target, |
||
target | RenderTarget | |
states | ||
return | void |
protected abstract OnUpdate ( float time, float x, float y ) : void | ||
time | float | |
x | float | |
y | float | |
return | void |
public static SetFont ( |
||
font | ||
return | void |
public Update ( float time, float x, float y ) : void | ||
time | float | |
x | float | |
y | float | |
return | void |