C# Class QFramework.CSVColItem

Afficher le fichier Open project: liangxiegame/QFramework Class Usage Examples

Méthodes publiques

Свойство Type Description
Head string
indexForValue int>.Dictionary
type BASIC_TYPE
values CSVValue[]

Méthodes publiques

Méthode Description
CSVColItem ( string head, BASIC_TYPE type, int itemCount ) : UnityEngine
SetValue ( int index, CSVValue value ) : void

Method Details

CSVColItem() public méthode

public CSVColItem ( string head, BASIC_TYPE type, int itemCount ) : UnityEngine
head string
type BASIC_TYPE
itemCount int
Résultat UnityEngine

SetValue() public méthode

public SetValue ( int index, CSVValue value ) : void
index int
value CSVValue
Résultat void

Property Details

Head public_oe property

public string Head
Résultat string

indexForValue public_oe property

public Dictionary indexForValue
Résultat int>.Dictionary

type public_oe property

public BASIC_TYPE type
Résultat BASIC_TYPE

values public_oe property

public CSVValue[] values
Résultat CSVValue[]