C# 클래스 Yarn.Dialogue

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

공개 프로퍼티들

프로퍼티 타입 설명
LogDebugMessage System.Logger
LogErrorMessage System.Logger
library Library

공개 메소드들

메소드 설명
Analyse ( Analysis context ) : void
Dialogue ( Yarn continuity ) : System
GetByteCode ( ) : String
GetTextForNode ( string nodeName ) : string
LoadFile ( string fileName, bool showTokens = false, bool showParseTree = false, string onlyConsiderNode = null ) : void
LoadString ( string text, string fileName = "<input>", bool showTokens = false, bool showParseTree = false, string onlyConsiderNode = null ) : void
NodeExists ( string nodeName ) : bool
Run ( string startNode = DEFAULT_START ) : IEnumerable
Stop ( ) : void
UnloadAll ( bool clearVisitedNodes = true ) : void

비공개 메소드들

메소드 설명
Compile ( ) : String

메소드 상세

Analyse() 공개 메소드

public Analyse ( Analysis context ) : void
context Analysis
리턴 void

Dialogue() 공개 메소드

public Dialogue ( Yarn continuity ) : System
continuity Yarn
리턴 System

GetByteCode() 공개 메소드

public GetByteCode ( ) : String
리턴 String

GetTextForNode() 공개 메소드

public GetTextForNode ( string nodeName ) : string
nodeName string
리턴 string

LoadFile() 공개 메소드

public LoadFile ( string fileName, bool showTokens = false, bool showParseTree = false, string onlyConsiderNode = null ) : void
fileName string
showTokens bool
showParseTree bool
onlyConsiderNode string
리턴 void

LoadString() 공개 메소드

public LoadString ( string text, string fileName = "<input>", bool showTokens = false, bool showParseTree = false, string onlyConsiderNode = null ) : void
text string
fileName string
showTokens bool
showParseTree bool
onlyConsiderNode string
리턴 void

NodeExists() 공개 메소드

public NodeExists ( string nodeName ) : bool
nodeName string
리턴 bool

Run() 공개 메소드

public Run ( string startNode = DEFAULT_START ) : IEnumerable
startNode string
리턴 IEnumerable

Stop() 공개 메소드

public Stop ( ) : void
리턴 void

UnloadAll() 공개 메소드

public UnloadAll ( bool clearVisitedNodes = true ) : void
clearVisitedNodes bool
리턴 void

프로퍼티 상세

LogDebugMessage 공개적으로 프로퍼티

public Logger,System LogDebugMessage
리턴 System.Logger

LogErrorMessage 공개적으로 프로퍼티

public Logger,System LogErrorMessage
리턴 System.Logger

library 공개적으로 프로퍼티

public Library library
리턴 Library