Property | Type | Description | |
---|---|---|---|
colItems | QFramework.CSVColItem[] | ||
heads | string[] | ||
indexForAttribName | int>.Dictionary | ||
rowItems | CSVRowItem[] | ||
strs | string[][] | ||
types | BASIC_TYPE[] | ||
values | CSVValue[][] |
Method | Description | |
---|---|---|
CSVTable ( string csvText ) : UnityEngine |
Method | Description | |
---|---|---|
CreateColItems ( ) : void | ||
CreateHeads ( ) : void | ||
CreateRelation ( ) : void | ||
CreateRowItems ( ) : void | ||
CreateStrs ( string csvText ) : void | ||
CreateValues ( ) : void | ||
TypeForString ( string name ) : BASIC_TYPE |
public CSVTable ( string csvText ) : UnityEngine | ||
csvText | string | |
return | UnityEngine |