Ejemplo n.º 1
0
            internal static _Inspect Inspect()
            {
                if (_InspectFunc == null)
                {
                    _InspectFunc =
                        (_Inspect)Marshal.GetDelegateForFunctionPointer(
                            NativeLibrary.GetExport(
                                Torque3D.Torque3DLibHandle,
                                "fnGuiInspector_inspect"), typeof(_Inspect));
                }

                return(_InspectFunc);
            }
Ejemplo n.º 2
0
            internal static _Inspect Inspect()
            {
                if (_InspectFunc == null)
                {
                    _InspectFunc =
                        (_Inspect)Marshal.GetDelegateForFunctionPointer(
                            Torque3D.DllLoadUtils.GetProcAddress(
                                Torque3D.Torque3DLibHandle,
                                "fnGuiInspector_inspect"), typeof(_Inspect));
                }

                return(_InspectFunc);
            }