C# 클래스 Yarn.Loader

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

공개 메소드들

메소드 설명
Load ( string text, Library library, string fileName, Program includeProgram, bool showTokens, bool showParseTree, string onlyConsiderNode ) : Program
Loader ( Dialogue dialogue ) : System

비공개 메소드들

메소드 설명
ParseInput ( string text ) : NodeInfo[]
PrintParseTree ( Yarn rootNode ) : void
PrintTokenList ( IEnumerable tokenList ) : void

메소드 상세

Load() 공개 메소드

public Load ( string text, Library library, string fileName, Program includeProgram, bool showTokens, bool showParseTree, string onlyConsiderNode ) : Program
text string
library Library
fileName string
includeProgram Program
showTokens bool
showParseTree bool
onlyConsiderNode string
리턴 Program

Loader() 공개 메소드

public Loader ( Dialogue dialogue ) : System
dialogue Dialogue
리턴 System