프로퍼티 | 타입 | 설명 | |
---|---|---|---|
Head | string | ||
indexForValue | int>.Dictionary | ||
type | BASIC_TYPE | ||
values | CSVValue[] |
메소드 | 설명 | |
---|---|---|
CSVColItem ( string head, BASIC_TYPE type, int itemCount ) : UnityEngine | ||
SetValue ( int index, CSVValue value ) : void |
public CSVColItem ( string head, BASIC_TYPE type, int itemCount ) : UnityEngine | ||
head | string | |
type | BASIC_TYPE | |
itemCount | int | |
리턴 | UnityEngine |
public SetValue ( int index, CSVValue value ) : void | ||
index | int | |
value | CSVValue | |
리턴 | void |