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

A button is displayed at the bottom of the dialog, and can be clicked. The keyword of the button is sent to the server and can be read using Select.
Inheritance: DialogElement
Afficher le fichier Open project: aura-project/aura

Méthodes publiques

Méthode Description
DialogButton ( string text, string keyword = null, string onFrame = null ) : Aura.Mabi
Render ( StringBuilder &sb ) : void

Method Details

DialogButton() public méthode

public DialogButton ( string text, string keyword = null, string onFrame = null ) : Aura.Mabi
text string
keyword string
onFrame string
Résultat Aura.Mabi

Render() public méthode

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