Property | Type | Description | |
---|---|---|---|
sortMethod | SortMethod | ||
tileOrigin | Vector3 | ||
tilePrefabs | Object[] | ||
tileSize | Vector3 | ||
tileType | TileType, |
Method | Description | |
---|---|---|
GetOrCreateTileInfo ( int numTiles ) : tk2dRuntime.TileMap.TileInfo[] | ||
GetTileInfoForSprite ( int tileId ) : |
||
GetTileOffset ( float &x, float &y ) : void | ||
InitLayers ( ) : void |
public GetOrCreateTileInfo ( int numTiles ) : tk2dRuntime.TileMap.TileInfo[] | ||
numTiles | int | |
return | tk2dRuntime.TileMap.TileInfo[] |
public GetTileInfoForSprite ( int tileId ) : |
||
tileId | int | |
return |
public GetTileOffset ( float &x, float &y ) : void | ||
x | float | |
y | float | |
return | void |