C# Class TestDialogueUIBehaviour, YarnSpinner

Inheritance: Yarn.Unity.DialogueUIBehaviour
Show file Open project: thesecretlab/YarnSpinner Class Usage Examples

Public Properties

Property Type Description
commandHandler CommandHandler,
lineHandler LineHandler,
optionsHandler OptionsHandler,

Public Methods

Method Description
ExpectLine ( string line ) : void
RunCommand ( Yarn command ) : System.Collections.IEnumerator
RunLine ( Yarn line ) : System.Collections.IEnumerator
RunOptions ( Yarn optionsCollection, Yarn optionChooser ) : System.Collections.IEnumerator
SelectOption ( string option ) : void

Method Details

ExpectLine() public method

public ExpectLine ( string line ) : void
line string
return void

RunCommand() public method

public RunCommand ( Yarn command ) : System.Collections.IEnumerator
command Yarn
return System.Collections.IEnumerator

RunLine() public method

public RunLine ( Yarn line ) : System.Collections.IEnumerator
line Yarn
return System.Collections.IEnumerator

RunOptions() public method

public RunOptions ( Yarn optionsCollection, Yarn optionChooser ) : System.Collections.IEnumerator
optionsCollection Yarn
optionChooser Yarn
return System.Collections.IEnumerator

SelectOption() public method

public SelectOption ( string option ) : void
option string
return void

Property Details

commandHandler public property

public CommandHandler, commandHandler
return CommandHandler,

lineHandler public property

public LineHandler, lineHandler
return LineHandler,

optionsHandler public property

public OptionsHandler, optionsHandler
return OptionsHandler,