Exemplo n.º 1
0
            internal static _OnURL OnURL()
            {
                if (_OnURLFunc == null)
                {
                    _OnURLFunc =
                        (_OnURL)Marshal.GetDelegateForFunctionPointer(
                            Torque3D.DllLoadUtils.GetProcAddress(
                                Torque3D.Torque3DLibHandle,
                                "cbGuiMLTextCtrl_onURL"), typeof(_OnURL));
                }

                return(_OnURLFunc);
            }
Exemplo n.º 2
0
            internal static _OnURL OnURL()
            {
                if (_OnURLFunc == null)
                {
                    _OnURLFunc =
                        (_OnURL)Marshal.GetDelegateForFunctionPointer(
                            NativeLibrary.GetExport(
                                Torque3D.Torque3DLibHandle,
                                "cbGuiMLTextCtrl_onURL"), typeof(_OnURL));
                }

                return(_OnURLFunc);
            }