Method | Description | |
---|---|---|
Draw ( |
||
DrawableInstance ( IGameDrawable drawable ) : System | ||
GetElapsedMS ( |
||
GetHeight ( |
||
GetWidth ( |
||
IsFinished ( |
||
Reset ( |
||
ToString ( ) : string |
public Draw ( |
||
gameTime | ||
spriteBatch | ||
destination | Vector2 | |
layerDepth | float | |
entityScaleX | float | |
entityScaleY | float | |
opacity | float | |
maxY | float | |
viewPortInfo | ||
return |
public DrawableInstance ( IGameDrawable drawable ) : System | ||
drawable | IGameDrawable | |
return | System |
public GetElapsedMS ( |
||
gameTime | ||
return | double |
public GetHeight ( |
||
gameTime | ||
return | int |
public GetWidth ( |
||
gameTime | ||
return | int |
public IsFinished ( |
||
gameTime | ||
return | bool |
public Reset ( |
||
gameTime | ||
return | void |