C# 클래스 QFramework.CSVTable

一张CSV表对应一个CSVTable
파일 보기 프로젝트 열기: liangxiegame/QFramework

공개 프로퍼티들

프로퍼티 타입 설명
colItems QFramework.CSVColItem[]
heads string[]
indexForAttribName int>.Dictionary
rowItems CSVRowItem[]
strs string[][]
types BASIC_TYPE[]
values CSVValue[][]

공개 메소드들

메소드 설명
CSVTable ( string csvText ) : UnityEngine

비공개 메소드들

메소드 설명
CreateColItems ( ) : void
CreateHeads ( ) : void
CreateRelation ( ) : void
CreateRowItems ( ) : void
CreateStrs ( string csvText ) : void
CreateValues ( ) : void
TypeForString ( string name ) : BASIC_TYPE

메소드 상세

CSVTable() 공개 메소드

public CSVTable ( string csvText ) : UnityEngine
csvText string
리턴 UnityEngine

프로퍼티 상세

colItems 공개적으로 프로퍼티

public CSVColItem[],QFramework colItems
리턴 QFramework.CSVColItem[]

heads 공개적으로 프로퍼티

public string[] heads
리턴 string[]

indexForAttribName 공개적으로 프로퍼티

public Dictionary indexForAttribName
리턴 int>.Dictionary

rowItems 공개적으로 프로퍼티

public CSVRowItem[] rowItems
리턴 CSVRowItem[]

strs 공개적으로 프로퍼티

public string[][] strs
리턴 string[][]

types 공개적으로 프로퍼티

public BASIC_TYPE[] types
리턴 BASIC_TYPE[]

values 공개적으로 프로퍼티

public CSVValue[][] values
리턴 CSVValue[][]