Exemple #1
0
            internal static _SetGroupExpanded SetGroupExpanded()
            {
                if (_SetGroupExpandedFunc == null)
                {
                    _SetGroupExpandedFunc =
                        (_SetGroupExpanded)Marshal.GetDelegateForFunctionPointer(
                            NativeLibrary.GetExport(
                                Torque3D.Torque3DLibHandle,
                                "fnGuiVariableInspector_setGroupExpanded"), typeof(_SetGroupExpanded));
                }

                return(_SetGroupExpandedFunc);
            }
Exemple #2
0
            internal static _SetGroupExpanded SetGroupExpanded()
            {
                if (_SetGroupExpandedFunc == null)
                {
                    _SetGroupExpandedFunc =
                        (_SetGroupExpanded)Marshal.GetDelegateForFunctionPointer(
                            Torque3D.DllLoadUtils.GetProcAddress(
                                Torque3D.Torque3DLibHandle,
                                "fnGuiVariableInspector_setGroupExpanded"), typeof(_SetGroupExpanded));
                }

                return(_SetGroupExpandedFunc);
            }