File IScaleform.cs
File List > LemonUI > LemonUI > Scaleform > IScaleform.cs
Go to the documentation of this file
using System;
namespace LemonUI.Scaleform
{
public interface IScaleform : IDrawable, IProcessable, IDisposable
{
#region Properties
void DrawFullScreen();
#endregion
}
}