프로퍼티 | 타입 | 설명 | |
---|---|---|---|
EditorTemplateOrder | string[] | ||
EnableDepth | bool | ||
HeightDebugColors | Color[] | ||
Id | string | ||
IgnoreTileSpriteOffsets | bool | ||
Name | string | ||
Palette | string | ||
PlayerPalette | string | ||
SheetSize | int |
메소드 | 설명 | |
---|---|---|
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 GetTileInfo ( |
||
r | ||
리턴 |
public TileSet ( IReadOnlyFileSystem fileSystem, string filepath ) : System.Collections.Generic | ||
fileSystem | IReadOnlyFileSystem | |
filepath | string | |
리턴 | System.Collections.Generic |
public TileSet ( string name, string id, string palette, |
||
name | string | |
id | string | |
palette | string | |
terrainInfo | ||
리턴 | System.Collections.Generic |
public TryGetTerrainIndex ( string type, byte &index ) : bool | ||
type | string | |
index | byte | |
리턴 | bool |