cohtml.IPreloadTextureHandable
On this page
Inherited by cohtml.UserImagesManager
Public Functions
Name | |
---|---|
void | AddPreloadedTexture(IntPtr texturePtr, Texture texture) |
Texture | GetPreloadedTexture(IntPtr texturePtr) |
bool | ReleasePreloadedTexture(IntPtr texturePtr) |
Public Functions Documentation
function AddPreloadedTexture
void AddPreloadedTexture(
IntPtr texturePtr,
Texture texture
)
Reimplemented by: cohtml.UserImagesManager.AddPreloadedTexture
function GetPreloadedTexture
Texture GetPreloadedTexture(
IntPtr texturePtr
)
Reimplemented by: cohtml.UserImagesManager.GetPreloadedTexture
function ReleasePreloadedTexture
bool ReleasePreloadedTexture(
IntPtr texturePtr
)
Reimplemented by: cohtml.UserImagesManager.ReleasePreloadedTexture