internal static _OnClose OnClose() { if (_OnCloseFunc == null) { _OnCloseFunc = (_OnClose)Marshal.GetDelegateForFunctionPointer( Torque3D.DllLoadUtils.GetProcAddress( Torque3D.Torque3DLibHandle, "cbGuiWindowCtrl_onClose"), typeof(_OnClose)); } return(_OnCloseFunc); }
internal static _OnClose OnClose() { if (_OnCloseFunc == null) { _OnCloseFunc = (_OnClose)Marshal.GetDelegateForFunctionPointer( NativeLibrary.GetExport( Torque3D.Torque3DLibHandle, "cbGuiWindowCtrl_onClose"), typeof(_OnClose)); } return(_OnCloseFunc); }