C# Class Aura.Channel.Scripting.Scripts.DialogTitle

Changes the name of the speaking person (at the top of the dialog).
Inheritance: DialogElement
Afficher le fichier Open project: aura-project/aura Class Usage Examples

Méthodes publiques

Méthode Description
DialogTitle ( string text ) : Aura.Mabi
Render ( StringBuilder &sb ) : void

Method Details

DialogTitle() public méthode

public DialogTitle ( string text ) : Aura.Mabi
text string
Résultat Aura.Mabi

Render() public méthode

public Render ( StringBuilder &sb ) : void
sb StringBuilder
Résultat void