C# 클래스 Yarn.Program

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

공개 프로퍼티들

프로퍼티 타입 설명
nodes Node>.Dictionary
strings string>.Dictionary

공개 메소드들

메소드 설명
DumpCode ( Library l ) : string
GetString ( string key ) : string
GetTextForNode ( string nodeName ) : string
Include ( Program otherProgram ) : void
RegisterString ( string theString, string forNode ) : string

메소드 상세

DumpCode() 공개 메소드

public DumpCode ( Library l ) : string
l Library
리턴 string

GetString() 공개 메소드

public GetString ( string key ) : string
key string
리턴 string

GetTextForNode() 공개 메소드

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

Include() 공개 메소드

public Include ( Program otherProgram ) : void
otherProgram Program
리턴 void

RegisterString() 공개 메소드

public RegisterString ( string theString, string forNode ) : string
theString string
forNode string
리턴 string

프로퍼티 상세

nodes 공개적으로 프로퍼티

public Dictionary nodes
리턴 Node>.Dictionary

strings 공개적으로 프로퍼티

public Dictionary strings
리턴 string>.Dictionary