Esempio n. 1
0
            internal static _GetLastStickyNormal GetLastStickyNormal()
            {
                if (_GetLastStickyNormalFunc == null)
                {
                    _GetLastStickyNormalFunc =
                        (_GetLastStickyNormal)Marshal.GetDelegateForFunctionPointer(
                            Torque3D.DllLoadUtils.GetProcAddress(
                                Torque3D.Torque3DLibHandle,
                                "fnItem_getLastStickyNormal"), typeof(_GetLastStickyNormal));
                }

                return(_GetLastStickyNormalFunc);
            }
Esempio n. 2
0
            internal static _GetLastStickyNormal GetLastStickyNormal()
            {
                if (_GetLastStickyNormalFunc == null)
                {
                    _GetLastStickyNormalFunc =
                        (_GetLastStickyNormal)Marshal.GetDelegateForFunctionPointer(
                            NativeLibrary.GetExport(
                                Torque3D.Torque3DLibHandle,
                                "fnItem_getLastStickyNormal"), typeof(_GetLastStickyNormal));
                }

                return(_GetLastStickyNormalFunc);
            }