Example #1
0
            internal static _Show Show()
            {
                if (_ShowFunc == null)
                {
                    _ShowFunc =
                        (_Show)Marshal.GetDelegateForFunctionPointer(
                            Torque3D.DllLoadUtils.GetProcAddress(
                                Torque3D.Torque3DLibHandle,
                                "fnPfxVis_show"), typeof(_Show));
                }

                return(_ShowFunc);
            }
Example #2
0
            internal static _Show Show()
            {
                if (_ShowFunc == null)
                {
                    _ShowFunc =
                        (_Show)Marshal.GetDelegateForFunctionPointer(
                            NativeLibrary.GetExport(
                                Torque3D.Torque3DLibHandle,
                                "fnPfxVis_show"), typeof(_Show));
                }

                return(_ShowFunc);
            }