Exemplo n.º 1
0
            internal static _Set Set()
            {
                if (_SetFunc == null)
                {
                    _SetFunc =
                        (_Set)Marshal.GetDelegateForFunctionPointer(
                            NativeLibrary.GetExport(
                                Torque3D.Torque3DLibHandle,
                                "fnAssetQuery_set"), typeof(_Set));
                }

                return(_SetFunc);
            }
Exemplo n.º 2
0
            internal static _Set Set()
            {
                if (_SetFunc == null)
                {
                    _SetFunc =
                        (_Set)Marshal.GetDelegateForFunctionPointer(
                            Torque3D.DllLoadUtils.GetProcAddress(
                                Torque3D.Torque3DLibHandle,
                                "fnAssetQuery_set"), typeof(_Set));
                }

                return(_SetFunc);
            }