internal static _GetTag GetTag()
            {
                if (_GetTagFunc == null)
                {
                    _GetTagFunc =
                        (_GetTag)Marshal.GetDelegateForFunctionPointer(
                            Torque3D.DllLoadUtils.GetProcAddress(
                                Torque3D.Torque3DLibHandle,
                                "fnAssetTagsManifest_getTag"), typeof(_GetTag));
                }

                return(_GetTagFunc);
            }
Esempio n. 2
0
            internal static _GetTag GetTag()
            {
                if (_GetTagFunc == null)
                {
                    _GetTagFunc =
                        (_GetTag)Marshal.GetDelegateForFunctionPointer(
                            NativeLibrary.GetExport(
                                Torque3D.Torque3DLibHandle,
                                "fnAssetTagsManifest_getTag"), typeof(_GetTag));
                }

                return(_GetTagFunc);
            }