Property | Type | Description | |
---|---|---|---|
currentNode | string | ||
displayStringFull | string | ||
inputContinue | bool | ||
inputOption | int |
Method | Description | |
---|---|---|
OnGUI ( Rect rect ) : void | ||
RunCommand ( Yarn.Command command, bool autoAdvance ) : IEnumerator | ||
RunLine ( Yarn.Line line, bool autoAdvance ) : IEnumerator | ||
RunOptions ( Yarn.Options optionsCollection, Yarn.OptionChooser optionChooser ) : void |
public RunCommand ( Yarn.Command command, bool autoAdvance ) : IEnumerator | ||
command | Yarn.Command | |
autoAdvance | bool | |
return | IEnumerator |
public RunLine ( Yarn.Line line, bool autoAdvance ) : IEnumerator | ||
line | Yarn.Line | |
autoAdvance | bool | |
return | IEnumerator |
public RunOptions ( Yarn.Options optionsCollection, Yarn.OptionChooser optionChooser ) : void | ||
optionsCollection | Yarn.Options | |
optionChooser | Yarn.OptionChooser | |
return | void |