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

Changes the name of the speaking person (at the top of the dialog).
Inheritance: DialogElement
显示文件 Open project: aura-project/aura Class Usage Examples

Public Methods

Method Description
DialogTitle ( string text ) : Aura.Mabi
Render ( StringBuilder &sb ) : void

Method Details

DialogTitle() public method

public DialogTitle ( string text ) : Aura.Mabi
text string
return Aura.Mabi

Render() public method

public Render ( StringBuilder &sb ) : void
sb StringBuilder
return void