C# 클래스 QFramework.CSVColItem

파일 보기 프로젝트 열기: liangxiegame/QFramework 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
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

메소드 상세

CSVColItem() 공개 메소드

public CSVColItem ( string head, BASIC_TYPE type, int itemCount ) : UnityEngine
head string
type BASIC_TYPE
itemCount int
리턴 UnityEngine

SetValue() 공개 메소드

public SetValue ( int index, CSVValue value ) : void
index int
value CSVValue
리턴 void

프로퍼티 상세

Head 공개적으로 프로퍼티

public string Head
리턴 string

indexForValue 공개적으로 프로퍼티

public Dictionary indexForValue
리턴 int>.Dictionary

type 공개적으로 프로퍼티

public BASIC_TYPE type
리턴 BASIC_TYPE

values 공개적으로 프로퍼티

public CSVValue[] values
리턴 CSVValue[]