C# 클래스 Aura.Channel.Scripting.Scripts.DialogMovie

Plays a movie in a box in the center of the screen. Files are taken from movie/.
상속: DialogElement
파일 보기 프로젝트 열기: aura-project/aura

공개 메소드들

메소드 설명
DialogMovie ( string file, int width, int height, bool loop = true ) : Aura.Mabi
Render ( StringBuilder &sb ) : void

메소드 상세

DialogMovie() 공개 메소드

public DialogMovie ( string file, int width, int height, bool loop = true ) : Aura.Mabi
file string
width int
height int
loop bool
리턴 Aura.Mabi

Render() 공개 메소드

public Render ( StringBuilder &sb ) : void
sb StringBuilder
리턴 void