C# 클래스 ReadSpreadSheets, COMA

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

공개 메소드들

메소드 설명
ActorAtIndex ( int index ) : string
FindAll_ACTOR ( string name ) : List
FindDiologIndexes ( ) : int[]
ParseCSV ( TextAsset csvFile ) : void
getParsedRows ( ) : List
getRowsLength ( ) : int

비공개 메소드들

메소드 설명
RemoveAll_ACTOR ( string name, List pR ) : List
actorExists ( string name ) : bool

메소드 상세

ActorAtIndex() 공개 메소드

public ActorAtIndex ( int index ) : string
index int
리턴 string

FindAll_ACTOR() 공개 메소드

public FindAll_ACTOR ( string name ) : List
name string
리턴 List

FindDiologIndexes() 공개 메소드

public FindDiologIndexes ( ) : int[]
리턴 int[]

ParseCSV() 공개 메소드

public ParseCSV ( TextAsset csvFile ) : void
csvFile UnityEngine.TextAsset
리턴 void

getParsedRows() 공개 메소드

public getParsedRows ( ) : List
리턴 List

getRowsLength() 공개 메소드

public getRowsLength ( ) : int
리턴 int