C# Class Yarn.YarnSpinnerConsole.ConsoleRunnerImplementation

Inheritance: Yarn.VariableStorage
Afficher le fichier Open project: thesecretlab/YarnSpinner

Méthodes publiques

Свойство Type Description
autoSelectFirstOption bool
autoSelectOptionNumber int
expectedNextCommand string
expectedNextLine string
numberOfExpectedOptions int

Méthodes publiques

Méthode Description
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

Method Details

Clear() public méthode

public Clear ( ) : void
Résultat void

ConsoleRunnerImplementation() public méthode

public ConsoleRunnerImplementation ( bool waitForLines = false ) : System
waitForLines bool
Résultat System

DialogueComplete() public méthode

public DialogueComplete ( ) : void
Résultat void

GetNumber() public méthode

public GetNumber ( string variableName ) : float
variableName string
Résultat float

GetValue() public méthode

public GetValue ( string variableName ) : Value
variableName string
Résultat Value

HandleDebugMessage() public méthode

public HandleDebugMessage ( string message ) : void
message string
Résultat void

HandleErrorMessage() public méthode

public HandleErrorMessage ( string error ) : void
error string
Résultat void

RunCommand() public méthode

public RunCommand ( string command ) : void
command string
Résultat void

RunLine() public méthode

public RunLine ( Yarn lineText ) : void
lineText Yarn
Résultat void

RunOptions() public méthode

public RunOptions ( Options optionsGroup, OptionChooser optionChooser ) : void
optionsGroup Options
optionChooser OptionChooser
Résultat void

SetNumber() public méthode

public SetNumber ( string variableName, float number ) : void
variableName string
number float
Résultat void

SetValue() public méthode

public SetValue ( string variableName, Value value ) : void
variableName string
value Value
Résultat void

Property Details

autoSelectFirstOption public_oe property

public bool autoSelectFirstOption
Résultat bool

autoSelectOptionNumber public_oe property

public int autoSelectOptionNumber
Résultat int

expectedNextCommand public_oe property

public string expectedNextCommand
Résultat string

expectedNextLine public_oe property

public string expectedNextLine
Résultat string

numberOfExpectedOptions public_oe property

public int numberOfExpectedOptions
Résultat int