SphereStudio.Plugins.IrrPlayer.IrrPlayer C# (CSharp) Method

IrrPlayer() public method

public IrrPlayer ( string filename, bool wantRepeat ) : System
filename string
wantRepeat bool
return System
        public IrrPlayer(string filename, bool wantRepeat)
        {
            stream = engine.Play2D(filename, wantRepeat, true);
        }