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

Shows an image in the center of the screen.
Inheritance: DialogElement
Exibir arquivo Open project: aura-project/aura

Public Methods

Method Description
DialogImage ( string name, bool localize = false, int width, int height ) : Aura.Mabi
Render ( StringBuilder &sb ) : void

Method Details

DialogImage() public method

public DialogImage ( string name, bool localize = false, int width, int height ) : Aura.Mabi
name string
localize bool
width int
height int
return Aura.Mabi

Render() public method

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