internal static _InstantExpand InstantExpand()
            {
                if (_InstantExpandFunc == null)
                {
                    _InstantExpandFunc =
                        (_InstantExpand)Marshal.GetDelegateForFunctionPointer(
                            Torque3D.DllLoadUtils.GetProcAddress(
                                Torque3D.Torque3DLibHandle,
                                "fnGuiRolloutCtrl_instantExpand"), typeof(_InstantExpand));
                }

                return(_InstantExpandFunc);
            }
Beispiel #2
0
            internal static _InstantExpand InstantExpand()
            {
                if (_InstantExpandFunc == null)
                {
                    _InstantExpandFunc =
                        (_InstantExpand)Marshal.GetDelegateForFunctionPointer(
                            NativeLibrary.GetExport(
                                Torque3D.Torque3DLibHandle,
                                "fnGuiRolloutCtrl_instantExpand"), typeof(_InstantExpand));
                }

                return(_InstantExpandFunc);
            }