C# Class ReadSpreadSheets, COMA

ファイルを表示 Open project: GDACollab/COMA Class Usage Examples

Public Methods

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

Private Methods

Method Description
RemoveAll_ACTOR ( string name, List pR ) : List
actorExists ( string name ) : bool

Method Details

ActorAtIndex() public method

public ActorAtIndex ( int index ) : string
index int
return string

FindAll_ACTOR() public method

public FindAll_ACTOR ( string name ) : List
name string
return List

FindDiologIndexes() public method

public FindDiologIndexes ( ) : int[]
return int[]

ParseCSV() public method

public ParseCSV ( TextAsset csvFile ) : void
csvFile UnityEngine.TextAsset
return void

getParsedRows() public method

public getParsedRows ( ) : List
return List

getRowsLength() public method

public getRowsLength ( ) : int
return int