C# 클래스 Yarn.YarnSpinnerConsole.ConsoleRunnerImplementation

상속: Yarn.VariableStorage
파일 보기 프로젝트 열기: thesecretlab/YarnSpinner

공개 프로퍼티들

프로퍼티 타입 설명
autoSelectFirstOption bool
autoSelectOptionNumber int
expectedNextCommand string
expectedNextLine string
numberOfExpectedOptions int

공개 메소드들

메소드 설명
Clear ( ) : void
ConsoleRunnerImplementation ( bool waitForLines = false ) : System
DialogueComplete ( ) : void
GetNumber ( string variableName ) : float
GetValue ( string variableName ) : Value
HandleDebugMessage ( string message ) : void
HandleErrorMessage ( string error ) : void
RunCommand ( string command ) : void
RunLine ( Yarn lineText ) : void
RunOptions ( Options optionsGroup, OptionChooser optionChooser ) : void
SetNumber ( string variableName, float number ) : void
SetValue ( string variableName, Value value ) : void

메소드 상세

Clear() 공개 메소드

public Clear ( ) : void
리턴 void

ConsoleRunnerImplementation() 공개 메소드

public ConsoleRunnerImplementation ( bool waitForLines = false ) : System
waitForLines bool
리턴 System

DialogueComplete() 공개 메소드

public DialogueComplete ( ) : void
리턴 void

GetNumber() 공개 메소드

public GetNumber ( string variableName ) : float
variableName string
리턴 float

GetValue() 공개 메소드

public GetValue ( string variableName ) : Value
variableName string
리턴 Value

HandleDebugMessage() 공개 메소드

public HandleDebugMessage ( string message ) : void
message string
리턴 void

HandleErrorMessage() 공개 메소드

public HandleErrorMessage ( string error ) : void
error string
리턴 void

RunCommand() 공개 메소드

public RunCommand ( string command ) : void
command string
리턴 void

RunLine() 공개 메소드

public RunLine ( Yarn lineText ) : void
lineText Yarn
리턴 void

RunOptions() 공개 메소드

public RunOptions ( Options optionsGroup, OptionChooser optionChooser ) : void
optionsGroup Options
optionChooser OptionChooser
리턴 void

SetNumber() 공개 메소드

public SetNumber ( string variableName, float number ) : void
variableName string
number float
리턴 void

SetValue() 공개 메소드

public SetValue ( string variableName, Value value ) : void
variableName string
value Value
리턴 void

프로퍼티 상세

autoSelectFirstOption 공개적으로 프로퍼티

public bool autoSelectFirstOption
리턴 bool

autoSelectOptionNumber 공개적으로 프로퍼티

public int autoSelectOptionNumber
리턴 int

expectedNextCommand 공개적으로 프로퍼티

public string expectedNextCommand
리턴 string

expectedNextLine 공개적으로 프로퍼티

public string expectedNextLine
리턴 string

numberOfExpectedOptions 공개적으로 프로퍼티

public int numberOfExpectedOptions
리턴 int