Draws the tile obj at the location [x,y] on the Baltie's area, with specified size [w,h].
Namespace:
SGP.Baltie2DAssembly: SGPRTL (in SGPRTL.dll)
Version: 1.2.3019.18825
Syntax
C# |
---|
[EditorBrowsableAttribute(EditorBrowsableState.Advanced)] public void DrawTile( Baltie2DTile obj, int x, int y, int w, int h ) |
Parameters
- obj
- Type: SGP.Baltie2D..::.Baltie2DTile
The tile Baltie2DTile to draw.
- x
- Type: System..::.Int32
The X coordinate of the drawn tile.
- y
- Type: System..::.Int32
The Y coordinate of the drawn tile.
- w
- Type: System..::.Int32
The width of the drawn tile.
- h
- Type: System..::.Int32
The height of the drawn tile.