修改调整
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
|
||||
namespace FairyGUI.Utils
|
||||
{
|
||||
/// <summary>
|
||||
///
|
||||
/// </summary>
|
||||
public interface IHtmlPageContext
|
||||
{
|
||||
IHtmlObject CreateObject(RichTextField owner, HtmlElement element);
|
||||
void FreeObject(IHtmlObject obj);
|
||||
|
||||
NTexture GetImageTexture(HtmlImage image);
|
||||
void FreeImageTexture(HtmlImage image, NTexture texture);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user