Exemplo n.º 1
0
            internal static _OnClose OnClose()
            {
                if (_OnCloseFunc == null)
                {
                    _OnCloseFunc =
                        (_OnClose)Marshal.GetDelegateForFunctionPointer(
                            Torque3D.DllLoadUtils.GetProcAddress(
                                Torque3D.Torque3DLibHandle,
                                "cbGuiWindowCtrl_onClose"), typeof(_OnClose));
                }

                return(_OnCloseFunc);
            }
Exemplo n.º 2
0
            internal static _OnClose OnClose()
            {
                if (_OnCloseFunc == null)
                {
                    _OnCloseFunc =
                        (_OnClose)Marshal.GetDelegateForFunctionPointer(
                            NativeLibrary.GetExport(
                                Torque3D.Torque3DLibHandle,
                                "cbGuiWindowCtrl_onClose"), typeof(_OnClose));
                }

                return(_OnCloseFunc);
            }