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

Plays a movie in a box in the center of the screen. Files are taken from movie/.
Inheritance: DialogElement
Afficher le fichier Open project: aura-project/aura

Méthodes publiques

Méthode Description
DialogMovie ( string file, int width, int height, bool loop = true ) : Aura.Mabi
Render ( StringBuilder &sb ) : void

Method Details

DialogMovie() public méthode

public DialogMovie ( string file, int width, int height, bool loop = true ) : Aura.Mabi
file string
width int
height int
loop bool
Résultat Aura.Mabi

Render() public méthode

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