Aura.Channel.Scripting.Scripts.DialogMovie.DialogMovie C# (CSharp) Метод

DialogMovie() публичный Метод

public DialogMovie ( string file, int width, int height, bool loop = true ) : Aura.Mabi
file string
width int
height int
loop bool
Результат Aura.Mabi
		public DialogMovie(string file, int width, int height, bool loop = true)
		{
			this.File = file;
			this.Width = width;
			this.Height = height;
			this.Loop = loop;
		}