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

Changes the background music, for the duration of the dialog.
Inheritance: DialogElement
Datei anzeigen Open project: aura-project/aura

Public Methods

Method Description
DialogBgm ( string file ) : Aura.Mabi
Render ( StringBuilder &sb ) : void

Method Details

DialogBgm() public method

public DialogBgm ( string file ) : Aura.Mabi
file string
return Aura.Mabi

Render() public method

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