|
| static readonly IReadOnlyDictionary< string, int > | RowMapping |
| |
| static readonly IReadOnlyDictionary< string, string > | TypeMapping |
| |
Definition at line 4 of file SourceCollectible.cs.
◆ CreateRow()
| override Row SourceCollectible.CreateRow |
( |
| ) |
|
|
inline |
◆ CreateRowByMapping()
| override Row SourceCollectible.CreateRowByMapping |
( |
IReadOnlyDictionary< string, int > |
mapping | ) |
|
|
inline |
◆ GetRowMapping()
| override IReadOnlyDictionary< string, int > SourceCollectible.GetRowMapping |
( |
| ) |
|
|
inline |
◆ GetTypeMapping()
| override IReadOnlyDictionary< string, string > SourceCollectible.GetTypeMapping |
( |
| ) |
|
|
inline |
◆ SetRow()
| override void SourceCollectible.SetRow |
( |
Row |
r | ) |
|
|
inline |
◆ RowMapping
| readonly IReadOnlyDictionary<string, int> SourceCollectible.RowMapping |
|
static |
Initial value:= new Dictionary<string, int>
{
["id"] = 0,
["name_JP"] = 1,
["name"] = 2,
["rarity"] = 3,
["prefab"] = 4,
["num"] = 5,
["filter"] = 6,
["tag"] = 7,
["sound"] = 8,
["detail_JP"] = 9,
["detail"] = 10
}
Definition at line 42 of file SourceCollectible.cs.
Referenced by GetRowMapping().
◆ TypeMapping
| readonly IReadOnlyDictionary<string, string> SourceCollectible.TypeMapping |
|
static |
Initial value:= new Dictionary<string, string>
{
["id"] = "string",
["name_JP"] = "string",
["name"] = "string",
["rarity"] = "int",
["prefab"] = "string",
["num"] = "int",
["filter"] = "string",
["tag"] = "string[]",
["sound"] = "string",
["detail_JP"] = "string",
["detail"] = "string"
}
Definition at line 57 of file SourceCollectible.cs.
Referenced by GetTypeMapping().
The documentation for this class was generated from the following file: