예제 #1
0
            internal static _SetGroupsExpanded SetGroupsExpanded()
            {
                if (_SetGroupsExpandedFunc == null)
                {
                    _SetGroupsExpandedFunc =
                        (_SetGroupsExpanded)Marshal.GetDelegateForFunctionPointer(
                            NativeLibrary.GetExport(
                                Torque3D.Torque3DLibHandle,
                                "fnGuiVariableInspector_setGroupsExpanded"), typeof(_SetGroupsExpanded));
                }

                return(_SetGroupsExpandedFunc);
            }
예제 #2
0
            internal static _SetGroupsExpanded SetGroupsExpanded()
            {
                if (_SetGroupsExpandedFunc == null)
                {
                    _SetGroupsExpandedFunc =
                        (_SetGroupsExpanded)Marshal.GetDelegateForFunctionPointer(
                            Torque3D.DllLoadUtils.GetProcAddress(
                                Torque3D.Torque3DLibHandle,
                                "fnGuiVariableInspector_setGroupsExpanded"), typeof(_SetGroupsExpanded));
                }

                return(_SetGroupsExpandedFunc);
            }