Beispiel #1
0
            internal static _Hide Hide()
            {
                if (_HideFunc == null)
                {
                    _HideFunc =
                        (_Hide)Marshal.GetDelegateForFunctionPointer(
                            Torque3D.DllLoadUtils.GetProcAddress(
                                Torque3D.Torque3DLibHandle,
                                "fnPfxVis_hide"), typeof(_Hide));
                }

                return(_HideFunc);
            }
Beispiel #2
0
            internal static _Hide Hide()
            {
                if (_HideFunc == null)
                {
                    _HideFunc =
                        (_Hide)Marshal.GetDelegateForFunctionPointer(
                            NativeLibrary.GetExport(
                                Torque3D.Torque3DLibHandle,
                                "fnPfxVis_hide"), typeof(_Hide));
                }

                return(_HideFunc);
            }