Exemplo n.º 1
0
            internal static _FindNextValue FindNextValue()
            {
                if (_FindNextValueFunc == null)
                {
                    _FindNextValueFunc =
                        (_FindNextValue)Marshal.GetDelegateForFunctionPointer(
                            Torque3D.DllLoadUtils.GetProcAddress(
                                Torque3D.Torque3DLibHandle,
                                "fnSettings_findNextValue"), typeof(_FindNextValue));
                }

                return(_FindNextValueFunc);
            }
Exemplo n.º 2
0
            internal static _FindNextValue FindNextValue()
            {
                if (_FindNextValueFunc == null)
                {
                    _FindNextValueFunc =
                        (_FindNextValue)Marshal.GetDelegateForFunctionPointer(
                            NativeLibrary.GetExport(
                                Torque3D.Torque3DLibHandle,
                                "fnSettings_findNextValue"), typeof(_FindNextValue));
                }

                return(_FindNextValueFunc);
            }