cohtml::Net::IUnityPluginListener

Inherits from SystemIDisposable

Public Functions

Name
virtual voidDispose()
virtual voidOnPreloadedTextureReleased(global::System.IntPtr texturePtr)
virtual voidOnUserImageDropped(global::System.IntPtr texturePtr)
virtual voidOnWorkAvailable(WorkType type)
IUnityPluginListener()
delegate voidSwigDelegateIUnityPluginListener_0(global::System.IntPtr texturePtr, global::System.IntPtr swigId)
delegate voidSwigDelegateIUnityPluginListener_1(global::System.IntPtr texturePtr, global::System.IntPtr swigId)
delegate voidSwigDelegateIUnityPluginListener_2(int type, global::System.IntPtr swigId)

Protected Attributes

Name
boolswigCMemOwn

Public Functions Documentation

function Dispose

virtual void Dispose()

function OnPreloadedTextureReleased

virtual void OnPreloadedTextureReleased(
    global::System.IntPtr texturePtr
)

function OnUserImageDropped

virtual void OnUserImageDropped(
    global::System.IntPtr texturePtr
)

function OnWorkAvailable

virtual void OnWorkAvailable(
    WorkType type
)

function IUnityPluginListener

IUnityPluginListener()

function SwigDelegateIUnityPluginListener_0

delegate void SwigDelegateIUnityPluginListener_0(
    global::System.IntPtr texturePtr,
    global::System.IntPtr swigId
)

function SwigDelegateIUnityPluginListener_1

delegate void SwigDelegateIUnityPluginListener_1(
    global::System.IntPtr texturePtr,
    global::System.IntPtr swigId
)

function SwigDelegateIUnityPluginListener_2

delegate void SwigDelegateIUnityPluginListener_2(
    int type,
    global::System.IntPtr swigId
)

Protected Attributes Documentation

variable swigCMemOwn

bool swigCMemOwn;