C# Class Aiv.Fast2D.Example.Tilemap

Datei anzeigen Open project: aiv01/aiv-fast2d Class Usage Examples

Public Methods

Method Description
Draw ( ) : void
Tilemap ( string csvFile, string textureName ) : System

Private Methods

Method Description
GetTile ( int x, int y ) : int
GetTileXY ( int index ) : System.Vector2

Method Details

Draw() public method

public Draw ( ) : void
return void

Tilemap() public method

public Tilemap ( string csvFile, string textureName ) : System
csvFile string
textureName string
return System