Method | Description | |
---|---|---|
TiledDrawable ( |
||
TiledDrawable ( Microsoft.Xna.Framework.Graphics.Texture2D texture ) : System | ||
draw ( Graphics graphics, float x, float y, float width, float height, Color color ) : void |
public TiledDrawable ( |
||
subtexture | ||
return | System |
public TiledDrawable ( Microsoft.Xna.Framework.Graphics.Texture2D texture ) : System | ||
texture | Microsoft.Xna.Framework.Graphics.Texture2D | |
return | System |
public draw ( Graphics graphics, float x, float y, float width, float height, Color color ) : void | ||
graphics | Graphics | |
x | float | |
y | float | |
width | float | |
height | float | |
color | Color | |
return | void |