|
| static readonly IReadOnlyDictionary< string, int > | RowMapping |
| |
| static readonly IReadOnlyDictionary< string, string > | TypeMapping |
| |
Definition at line 4 of file SourceGlobalTile.cs.
◆ CreateRow()
| override Row SourceGlobalTile.CreateRow |
( |
| ) |
|
|
inline |
◆ CreateRowByMapping()
| override Row SourceGlobalTile.CreateRowByMapping |
( |
IReadOnlyDictionary< string, int > |
mapping | ) |
|
|
inline |
◆ GetRowMapping()
| override IReadOnlyDictionary< string, int > SourceGlobalTile.GetRowMapping |
( |
| ) |
|
|
inline |
◆ GetTypeMapping()
| override IReadOnlyDictionary< string, string > SourceGlobalTile.GetTypeMapping |
( |
| ) |
|
|
inline |
◆ OnInit()
| override void SourceGlobalTile.OnInit |
( |
| ) |
|
|
inline |
◆ SetRow()
| override void SourceGlobalTile.SetRow |
( |
Row |
r | ) |
|
|
inline |
◆ RowMapping
| readonly IReadOnlyDictionary<string, int> SourceGlobalTile.RowMapping |
|
static |
Initial value:= new Dictionary<string, int>
{
["id"] = 0,
["alias"] = 1,
["name_JP"] = 2,
["name"] = 3,
["tiles"] = 4,
["floor"] = 5,
["zoneProfile"] = 6,
["tag"] = 7,
["dangerLv"] = 8,
["trait"] = 9,
["idBiome"] = 10,
["attribs"] = 11,
["detail_JP"] = 12,
["detail"] = 13
}
Definition at line 42 of file SourceGlobalTile.cs.
Referenced by GetRowMapping().
◆ tileAlias
| Dictionary<int, Row> SourceGlobalTile.tileAlias = new Dictionary<int, Row>() |
◆ TypeMapping
| readonly IReadOnlyDictionary<string, string> SourceGlobalTile.TypeMapping |
|
static |
Initial value:= new Dictionary<string, string>
{
["id"] = "int",
["alias"] = "string",
["name_JP"] = "string",
["name"] = "string",
["tiles"] = "int[]",
["floor"] = "int",
["zoneProfile"] = "string",
["tag"] = "string[]",
["dangerLv"] = "int",
["trait"] = "string[]",
["idBiome"] = "string",
["attribs"] = "int[]",
["detail_JP"] = "string",
["detail"] = "string"
}
Definition at line 60 of file SourceGlobalTile.cs.
Referenced by GetTypeMapping().
The documentation for this class was generated from the following file: