Property | Type | Description | |
---|---|---|---|
EditorTemplateOrder | string[] | ||
EnableDepth | bool | ||
HeightDebugColors | Color[] | ||
Id | string | ||
IgnoreTileSpriteOffsets | bool | ||
Name | string | ||
Palette | string | ||
PlayerPalette | string | ||
SheetSize | int |
Method | Description | |
---|---|---|
GetTerrainIndex ( |
||
GetTerrainIndex ( string type ) : byte | ||
GetTileInfo ( |
||
Save ( string filepath ) : void | ||
TileSet ( ) : System.Collections.Generic | ||
TileSet ( IReadOnlyFileSystem fileSystem, string filepath ) : System.Collections.Generic | ||
TileSet ( string name, string id, string palette, |
||
TryGetTerrainIndex ( string type, byte &index ) : bool | ||
this ( byte index ) : |
public GetTerrainIndex ( |
||
r | ||
return | byte |
public GetTerrainIndex ( string type ) : byte | ||
type | string | |
return | byte |
public GetTileInfo ( |
||
r | ||
return |
public TileSet ( ) : System.Collections.Generic | ||
return | System.Collections.Generic |
public TileSet ( IReadOnlyFileSystem fileSystem, string filepath ) : System.Collections.Generic | ||
fileSystem | IReadOnlyFileSystem | |
filepath | string | |
return | System.Collections.Generic |
public TileSet ( string name, string id, string palette, |
||
name | string | |
id | string | |
palette | string | |
terrainInfo | ||
return | System.Collections.Generic |
public TryGetTerrainIndex ( string type, byte &index ) : bool | ||
type | string | |
index | byte | |
return | bool |