C# Class TestDialogueUIBehaviour, YarnSpinner

Inheritance: Yarn.Unity.DialogueUIBehaviour
Afficher le fichier Open project: thesecretlab/YarnSpinner Class Usage Examples

Méthodes publiques

Свойство Type Description
commandHandler CommandHandler,
lineHandler LineHandler,
optionsHandler OptionsHandler,

Méthodes publiques

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

public ExpectLine ( string line ) : void
line string
Résultat void

RunCommand() public méthode

public RunCommand ( Yarn command ) : System.Collections.IEnumerator
command Yarn
Résultat System.Collections.IEnumerator

RunLine() public méthode

public RunLine ( Yarn line ) : System.Collections.IEnumerator
line Yarn
Résultat System.Collections.IEnumerator

RunOptions() public méthode

public RunOptions ( Yarn optionsCollection, Yarn optionChooser ) : System.Collections.IEnumerator
optionsCollection Yarn
optionChooser Yarn
Résultat System.Collections.IEnumerator

SelectOption() public méthode

public SelectOption ( string option ) : void
option string
Résultat void

Property Details

commandHandler public_oe property

public CommandHandler, commandHandler
Résultat CommandHandler,

lineHandler public_oe property

public LineHandler, lineHandler
Résultat LineHandler,

optionsHandler public_oe property

public OptionsHandler, optionsHandler
Résultat OptionsHandler,