C# Class ReadSpreadSheets, COMA

Afficher le fichier Open project: GDACollab/COMA Class Usage Examples

Méthodes publiques

Méthode Description
ActorAtIndex ( int index ) : string
FindAll_ACTOR ( string name ) : List
FindDiologIndexes ( ) : int[]
ParseCSV ( TextAsset csvFile ) : void
getParsedRows ( ) : List
getRowsLength ( ) : int

Private Methods

Méthode Description
RemoveAll_ACTOR ( string name, List pR ) : List
actorExists ( string name ) : bool

Method Details

ActorAtIndex() public méthode

public ActorAtIndex ( int index ) : string
index int
Résultat string

FindAll_ACTOR() public méthode

public FindAll_ACTOR ( string name ) : List
name string
Résultat List

FindDiologIndexes() public méthode

public FindDiologIndexes ( ) : int[]
Résultat int[]

ParseCSV() public méthode

public ParseCSV ( TextAsset csvFile ) : void
csvFile UnityEngine.TextAsset
Résultat void

getParsedRows() public méthode

public getParsedRows ( ) : List
Résultat List

getRowsLength() public méthode

public getRowsLength ( ) : int
Résultat int