CN111176631A - Unity-based interactive system and method - Google Patents

Unity-based interactive system and method Download PDF

Info

Publication number
CN111176631A
CN111176631A CN201911423827.2A CN201911423827A CN111176631A CN 111176631 A CN111176631 A CN 111176631A CN 201911423827 A CN201911423827 A CN 201911423827A CN 111176631 A CN111176631 A CN 111176631A
Authority
CN
China
Prior art keywords
page
pendant
component
dialog box
layer
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Granted
Application number
CN201911423827.2A
Other languages
Chinese (zh)
Other versions
CN111176631B (en
Inventor
姚艺
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Shanghai Mihoyo Tianming Technology Co Ltd
Original Assignee
Shanghai Mihoyo Tianming Technology Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Shanghai Mihoyo Tianming Technology Co Ltd filed Critical Shanghai Mihoyo Tianming Technology Co Ltd
Priority to CN201911423827.2A priority Critical patent/CN111176631B/en
Publication of CN111176631A publication Critical patent/CN111176631A/en
Application granted granted Critical
Publication of CN111176631B publication Critical patent/CN111176631B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/30Creation or generation of source code
    • G06F8/31Programming languages or programming paradigms
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/30Creation or generation of source code
    • G06F8/38Creation or generation of source code for implementing user interfaces

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • General Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Computing Systems (AREA)
  • Human Computer Interaction (AREA)
  • User Interface Of Digital Computer (AREA)

Abstract

The invention discloses an interaction system and an interaction method based on Unity. The Unity-based interactive system comprises a data layer, a control layer and a display layer, wherein the data layer, the control layer and the display layer are respectively and independently encapsulated; the data layer is used for processing data; the control layer is used for sending data processed by the data layer to the display layer, the control layer comprises at least one of a page, a dialog box and a pendant, the page, the dialog box or the pendant comprises at least one component, and each page, dialog box, pendant and component are packaged independently; the display layer is used for displaying at least one of the page, the dialog box, the pendant and the component and data sent by the at least one of the page, the dialog box, the pendant and the component to form an interactive interface. The control layer is divided into a plurality of assemblies, so that the management and maintenance cost of codes of the interactive interface is reduced, and the manageability and readability are improved.

Description

Unity-based interactive system and method
Technical Field
The embodiment of the invention relates to the technical field of computers, in particular to an interaction system and an interaction method based on Unity.
Background
Unity is a common environment for online game development. However, the current Unity only provides basic UI components such as Text, Image and the like, which are only basic parts in the whole system, and a complete third-party technical framework is not provided.
At present, the code readability, maintainability and expandability in a Unity-based development system are poor, and the development efficiency is low.
Disclosure of Invention
The invention provides an interaction system and an interaction method based on Unity, so as to improve the readability, maintainability and expandability of codes in the interaction system.
In a first aspect, an embodiment of the present invention provides a Unity-based interactive system, including a data layer, a control layer, and a display layer, where the data layer, the control layer, and the display layer are separately encapsulated;
the data layer is used for processing data;
the control layer is used for sending data processed by the data layer to the display layer, the control layer comprises at least one of a page, a dialog box and a pendant, the page, the dialog box or the pendant comprises at least one component, and each page, the dialog box, the pendant and the component are respectively and independently packaged;
the display layer is used for displaying at least one of the page, the dialog box, the pendant and the component and data sent by at least one of the page, the dialog box, the pendant and the component to form an interactive interface.
In a second aspect, an embodiment of the present invention further provides an interaction method, which is applied to the Unity-based interaction system provided in the embodiment of the present invention, and includes:
calling a display interface corresponding to the triggering operation according to the triggering operation of the control layer;
determining a page or a pendant corresponding to the trigger operation, and a dialog box and/or at least one level component included in the page or the pendant, and inputting the page or the pendant to the display interface;
and controlling the page or the pendant, and a dialog box and/or at least one level component included in the page or the pendant to send the received data of the data layer to a display layer for displaying to form an interactive interface.
According to the technical scheme provided by the embodiment of the invention, the interactive system is divided into the data layer, the control layer and the display layer which can be independently developed and maintained, so that the data layer, the control layer and the display layer can be developed and maintained in parallel, the development efficiency of the Unity-based interactive system is improved, and the maintenance cost of the interactive system is reduced. Furthermore, the control layer is divided into a plurality of pages, pendants, dialog boxes and components, and the control layer is realized in a nested mode, each page, pendant, dialog box and component can be modified in a targeted mode, the management and maintenance cost of codes of the interactive interface is reduced, and the manageability and readability are improved.
Drawings
Fig. 1 is a schematic structural diagram of a Unity-based interactive system according to an embodiment of the present invention;
FIG. 2 is a schematic diagram of a page according to an embodiment of the present invention;
FIG. 3 is a structural relationship diagram of an enhanced Unity-based interactive system according to an embodiment of the present invention;
fig. 4 is a flowchart illustrating an interaction method according to a second embodiment of the present invention.
Detailed Description
The present invention will be described in further detail with reference to the accompanying drawings and examples. It is to be understood that the specific embodiments described herein are merely illustrative of the invention and are not limiting of the invention. It should be further noted that, for the convenience of description, only some of the structures related to the present invention are shown in the drawings, not all of the structures.
Example one
Fig. 1 is a schematic structural diagram of a Unity-based interactive system according to an embodiment of the present invention, where the system includes: data layer, control layer and display layer, wherein, the data layer the control layer with the display layer is independent encapsulation respectively, through dividing interactive system into the three mutually independent logic module of data layer, control layer and display layer, can independently develop and maintain above-mentioned three logic module respectively, for example can be development and maintenance are carried out in parallel, the influence each other between the three logic module has been reduced, the interactive system's based on Unity development efficiency has been improved, and when arbitrary logic module appears the leak, only to the logic module that appears the leak carry out the pertinence repair can, need not to produce the influence to other logic modules, interactive system's maintenance cost has been reduced.
It should be noted that, on the basis of separately storing and encapsulating the codes in the three logic modules, for each logic module, the function, the hierarchical structure relationship and the interaction mechanism with other logic modules of the logic module are set to form a complete interaction system.
The data layer is used for processing data, wherein the processed data may be local data or a network number sent by a server. When the received data fails, the data layer may provide an automatic repeat network request to receive the correct data.
The control layer is used for controlling the data layer and the display layer and sending data processed by the data layer to the display layer so that the display layer can display the data sent by the control layer to form an interactive interface.
Optionally, the control layer includes at least one of a page, a dialog box, and a pendant, and the page, the dialog box, or the pendant (e.g., a resident page pendant) may include at least one component therein, where each page, the dialog box, and the pendant are packaged separately, and each component in the page, the dialog box, and the pendant is packaged separately. In this embodiment, the complex interactive interface is split into a plurality of independent containers (pages, dialog boxes, or hangers), each container includes a plurality of independent components, for example, codes of each component are independently stored and packaged, the complex interactive interface is split into a plurality of small components, and readability of the codes of the containers and the components after splitting is higher than readability of the codes corresponding to the complex interactive interface. Meanwhile, the complicated interactive interface is split into a plurality of small assemblies, the problems occurring in the interactive interface are split into the respective simple problems of a plurality of containers and assemblies, each container and each assembly can be modified in a targeted mode, the management and maintenance cost of codes of the interactive interface is reduced, and the manageability and readability are improved.
Optionally, a Page (Page Context), a Dialog box (Dialog Context), and a pendant (widget Context) may include multiple component components, and a component of a next hierarchy may be further nested in the components, for example, the component may be, but is not limited to, an avatar information component, a blood volume information component, an equipment information component, and the like.
Wherein, nested relation exists between the page, the dialog box, the pendant and the component, for example, the component is subordinate to the page or the pendant, and the component is subordinate to the page, the dialog box or the pendant or the component at the upper level. Correspondingly, at least one dialog box and/or at least one component can be included in one page, at least one dialog box and/or at least one component can be included in one pendant, at least one component can be included in one dialog box, and at least one component can be included in one component. Exemplarily, referring to fig. 2, fig. 2 is a schematic diagram of a page provided in an embodiment of the present invention. A dialog box A, a dialog box B and a component 2 are nested in the page, the dialog box A, the dialog box B and the component 2 are in parallel relation, a component 1 is nested in the dialog box A, and a component 3 is nested in the component 2.
Exemplarily, referring to fig. 3, fig. 3 is a structural relationship diagram of a Unity-based interactive system according to an embodiment of the present invention. In fig. 3, the interface manager (i.e., the control layer) may include a page and a pendant, where the page and the pendant are in a parallel relationship; the dialog boxes can be subordinate to the page, the dialog boxes subordinate to the page are in parallel relation, and when the dialog boxes are displayed, later called dialog boxes can be overlapped with earlier called dialog boxes; the dialog boxes can be subordinate to the pendant, and the dialog boxes subordinate to a certain pendant are also in parallel relation, and the display of the dialog boxes is also overlapped on the dialog boxes called out in the later mode. The page, the pendant and the dialog box can contain components, the components can be nested in the components, the components cannot exist independently, and the components are required to be attached to one page, the pendant, the dialog box or a component at the upper level.
Optionally, the interactive system further includes a component management module (i.e. a basic control module in fig. 3) for storing a nested relationship between the page, the dialog box, the pendant, and the component. The nested relationship can be represented by a table, a graph, a relationship tree, and the like. Illustratively, taking a relationship tree as an example, the nested relationship may be represented in the form of a root node and a child node, for example, if a page includes a dialog box, the page is the root node, the dialog box is the child node of the page, and so on, at least one relationship tree of the page, the dialog box, the pendant, and the component in the control layer is formed. Wherein each node may be identification information of a page, dialog box, pendant, or component to which the node corresponds.
Optionally, the page, the dialog box, the pendant, and the component control the working state of the included dialog box and/or component according to the nesting relationship, wherein the working state includes opening, closing, and switching. When a page, pendant, dialog box, or component is destroyed, all of the dialog boxes and/or components that they contain are destroyed.
Taking a page as an example, dialog boxes and/or components included in the page are consistent with the working state of the page, and when the page is opened, closed or switched, the dialog boxes and/or components nested in the page are correspondingly controlled to be opened, closed or switched. For example, referring to fig. 2, when a page open instruction in fig. 2 is received, determining a dialog box and/or a component at a next level nested in the page, for example, matching identification information (which may be, for example, a number, a name, or a character string, etc.) of the page in a component management module (for example, a relationship tree), determining a node corresponding to the identification information of the face, and determining a dialog box and a component, such as a dialog box a, a dialog box B, and a component 2, corresponding to a child node in a node that is successfully matched. Further, the dialog box of the next level of the page and the component of the next level nested in the components, e.g., component 1 nested in dialog box a, component 3 nested in component 2, and so on, are determined, respectively, up to the smallest nested component. The nested dialog boxes and components of each level in the page are all executed with the same opening instruction as the page. It should be noted that, for the closing operation or the switching operation, one or more of the corresponding page, dialog box, pendant, and component are also determined according to the above manner, and the determined one or more of the page, dialog box, pendant, and component are controlled to perform the same operation.
In some embodiments, two or more pages and a pendant can be displayed in one display interface, and the pendant and the pages are independent from each other, and when the pages or the pendants perform starting, closing or switching operations, no mutual influence exists.
In this embodiment, the pages, the dialogs, the hangers, and the components, which are independent from each other, are combined into a complete interface by defining the nesting relationship among the pages, the dialogs, the hangers, and the components.
On the basis of the embodiment, any page, dialog box, pendant or component is provided with a nesting function, and the nesting function is used for nesting the component to be added into the page, dialog box, pendant and component to form a nesting relation. In this embodiment, a dialog box or a component may be added to a page or a pendant through a nested function, or a component of a next hierarchy may be added to a dialog box or a component through a nested function. The nested function can be a template function, the identification information of the component or the dialog box to be added and the display position in the page, the dialog box, the pendant or the component at the upper level are added into the nested function, and the nested function is added into the code of the page, the dialog box, the pendant or the component at the upper level, so that the flexible extension of the page, the dialog box, the pendant or the component is realized.
Further, the new nesting relationship is added, the component management module is updated, and illustratively, for the relationship tree, a new child node is added to the root node according to the new nesting relationship, and the new child node is new dialog box or component identification information.
In the embodiment, the interactive system is divided into a plurality of logic modules, and the control layer is further divided into a plurality of small components, so that a new dialog box or a new component can be nested in any page, dialog box, pendant or component based on a nested function, no influence is generated on other components, the operation is simple, and the expandability of the interactive system is improved.
Optionally, each page, the dialog box, the pendant, and the component have an information transfer function, for example, the page, the dialog box, the pendant, and the component may receive information of a data layer (a data module in fig. 3) and send the information to a nested next-level dialog box and/or component. The information received by the dialog box and the component can be information sent by a page, the dialog box, a pendant or the component at the upper level, and can also be information sent by a data layer.
Optionally, the interactive system further includes an information management module (an information manager in fig. 3) configured to receive information sent by the data layer, and send the information to a page, a dialog box, a pendant, or a component of the control layer. The information management module is arranged between the data layer and the control layer and is used for transmitting information between the data layer and the control layer. The data layer is not required to determine the sending address of the information, and the information is only sent to the information management module, so that the setting difficulty of the data layer is reduced. Correspondingly, the page, the dialog box, the pendant or the component used for receiving the information in the control layer receives the information from the information management module, and the transmission of the information is realized.
On the basis of the embodiment, the display layer displays the information sent by the page, the dialog box, the pendant or the component in the control layer to form an interactive interface. Optionally, the display layer may include a Unit 3D UI component, and may also be a component layer that includes processing logic defined as a display.
According to the technical scheme, the interactive system is divided into the data layer, the control layer and the display layer which can be independently developed and maintained, the MVC-based interactive system is constructed, the data layer, the control layer and the display layer can be developed and maintained in parallel, the development efficiency of the Unity-based interactive system is improved, and the maintenance cost of the interactive system is reduced. Furthermore, the control layer is divided into a plurality of components and is realized in a nested mode, each container or component can be modified in a targeted mode, the management and maintenance cost of codes of the interactive interface is reduced, and the manageability and readability are improved.
Example two
Fig. 4 is a flowchart of an interaction method according to a second embodiment of the present invention, where the method is applied to the Unity-based interaction system according to the second embodiment.
And S210, calling a display interface corresponding to the triggering operation according to the triggering operation of the control layer.
S220, determining a page or a pendant corresponding to the trigger operation, and a dialog box and/or at least one level component included in the page or the pendant, and inputting the page or the pendant to the display interface.
And S230, controlling the page or the pendant, and sending the received data of the data layer to a display layer for displaying by using a dialog box and/or at least one level component included in the page or the pendant to form an interactive interface.
And acquiring a trigger operation of the control layer, wherein the trigger operation carries identification information of the page to be opened or the pendant. Correspondingly, the display interface can be determined according to the identification information carried in the triggering operation.
Optionally, determining a page or a pendant corresponding to the trigger operation, and a dialog box and/or at least one hierarchical component included in the page or the pendant, includes: determining a dialog box and a component in the page or the pendant corresponding to the trigger operation, the dialog box and at least one level of components according to the nesting relation among the page, the dialog box, the pendant and the components; and initializing the determined page, the dialog box, the pendant and the at least one level component in sequence according to the nesting relation. The component management module stores nesting relations among pages, dialog boxes, pendants and components, and can sequentially determine the dialog boxes and/or the components included in the pages, the dialog boxes, the pendants and the components.
And after each page, dialog box, pendant and component are initialized, displaying through a display interface, and displaying data based on a display layer to generate an interactive interface.
On the basis of the above embodiment, the method further includes: and acquiring a closing or switching instruction of a control layer, and executing closing processing or switching processing on a page, a pendant, a dialog box or a component corresponding to the closing or switching instruction and the dialog box or the component included by the closing or switching instruction. When a closing instruction or a switching instruction of a control layer is acquired, based on the nesting relationship among the pages, the dialog boxes, the pendants and the components, closing processing or switching processing is executed on the dialog boxes or the components with the nesting relationship.
On the basis of the above embodiment, in the operation process of the interactive system, when data in any container or component changes (for example, data change may be realized by user operation), the data layer processes the changed data, and invokes the information management module, and sends the processed data to the information management module. And the page, the dialog box, the pendant or the component for processing the processing receives the data from the information management module, and sends the data to the display layer for displaying, so that the interactive process is completed.
According to the technical scheme of the embodiment, a display interface corresponding to the trigger operation is called according to the trigger operation of a control layer, a root interactive component corresponding to the trigger operation and at least one hierarchy nested interactive component are determined, the root interactive component and the at least one hierarchy nested interactive component are input into the display interface, and the root interactive component and the at least one hierarchy nested interactive component are controlled to send received data of a data layer to the display layer to be displayed, so that an interactive interface is formed. In this embodiment, on the basis of dividing the interactive system into a plurality of independent logic modules and dividing the control layer into a plurality of independent interactive components, the interactive interface is formed by combining the interactive mechanism among the logic modules and the nesting relation among the interactive components, so that the interaction with the operating user is realized on the basis of improving the readability, expandability and maintainability of the interactive system.
It is to be noted that the foregoing is only illustrative of the preferred embodiments of the present invention and the technical principles employed. It will be understood by those skilled in the art that the present invention is not limited to the particular embodiments described herein, but is capable of various obvious changes, rearrangements and substitutions as will now become apparent to those skilled in the art without departing from the scope of the invention. Therefore, although the present invention has been described in greater detail by the above embodiments, the present invention is not limited to the above embodiments, and may include other equivalent embodiments without departing from the spirit of the present invention, and the scope of the present invention is determined by the scope of the appended claims.

Claims (10)

1. The Unity-based interactive system is characterized by comprising a data layer, a control layer and a display layer, wherein the data layer, the control layer and the display layer are respectively and independently encapsulated;
the data layer is used for processing data;
the control layer is used for sending data processed by the data layer to the display layer, the control layer comprises at least one of a page, a dialog box and a pendant, the page, the dialog box or the pendant comprises at least one component, and each page, the dialog box, the pendant and the component are respectively and independently packaged;
the display layer is used for displaying at least one of the page, the dialog box, the pendant and the component and data sent by at least one of the page, the dialog box, the pendant and the component to form an interactive interface.
2. The system of claim 1, wherein the dialog box is subordinate to the page or the pendant, and the component is subordinate to the page, the dialog box or the pendant, or a previous level component.
3. The system according to claim 1, wherein a nesting function is provided in the page, the dialog box, the pendant, or the component, and the nesting function is used for nesting the component to be added to the page, the dialog box, the pendant, or the component.
4. The system of any of claims 1-3, further comprising a component management module to store nested relationships between the page, the dialog box, the pendant, and the component.
5. The system according to claim 4, wherein the page, the dialog box, the pendant, and the component control the working state of the included dialog box and/or component according to the nesting relationship, wherein the working state comprises opening, closing, and switching.
6. The system of claim 1, wherein the page, the dialog box, the pendant, and the component are configured to receive information and send the information to the included dialog box and/or component.
7. The system of claim 5, further comprising an information management module configured to receive information from the data layer and send the information to at least one of the page, the dialog box, the pendant, and the component of the control layer.
8. An interaction method applied to the Unity-based interaction system according to any of claims 1 to 7, comprising:
calling a display interface corresponding to the triggering operation according to the triggering operation of the control layer;
determining a page or a pendant corresponding to the trigger operation, and a dialog box and/or at least one level component included in the page or the pendant, and inputting the page or the pendant to the display interface;
and controlling the page or the pendant, and a dialog box and/or at least one level component included in the page or the pendant to send the received data of the data layer to a display layer for displaying to form an interactive interface.
9. The method according to claim 8, wherein determining a page or a pendant corresponding to the trigger operation, and a dialog box and/or at least one hierarchical component included in the page or the pendant comprises:
determining a dialog box and a component in the page or the pendant corresponding to the trigger operation, the dialog box and at least one level of components according to the nesting relation among the page, the dialog box, the pendant and the components;
and initializing the determined page, the dialog box, the pendant and the at least one level component in sequence according to the nesting relation.
10. The method of claim 8, further comprising:
and acquiring a closing or switching instruction of a control layer, and executing closing processing or switching processing on a page, a pendant, a dialog box or a component corresponding to the closing or switching instruction and the dialog box or the component included by the closing or switching instruction.
CN201911423827.2A 2019-12-31 2019-12-31 Interaction system and interaction method based on Unity Active CN111176631B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201911423827.2A CN111176631B (en) 2019-12-31 2019-12-31 Interaction system and interaction method based on Unity

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201911423827.2A CN111176631B (en) 2019-12-31 2019-12-31 Interaction system and interaction method based on Unity

Publications (2)

Publication Number Publication Date
CN111176631A true CN111176631A (en) 2020-05-19
CN111176631B CN111176631B (en) 2023-11-03

Family

ID=70654321

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201911423827.2A Active CN111176631B (en) 2019-12-31 2019-12-31 Interaction system and interaction method based on Unity

Country Status (1)

Country Link
CN (1) CN111176631B (en)

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104461509A (en) * 2014-11-10 2015-03-25 浪潮(北京)电子信息产业有限公司 Information interaction framework and method
CN106210008A (en) * 2016-06-30 2016-12-07 北京世纪好未来教育科技有限公司 Data interactive method, client and system
CN110404256A (en) * 2019-07-26 2019-11-05 上海商汤智能科技有限公司 Data processing method and device, equipment, server, system and storage medium

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104461509A (en) * 2014-11-10 2015-03-25 浪潮(北京)电子信息产业有限公司 Information interaction framework and method
CN106210008A (en) * 2016-06-30 2016-12-07 北京世纪好未来教育科技有限公司 Data interactive method, client and system
CN110404256A (en) * 2019-07-26 2019-11-05 上海商汤智能科技有限公司 Data processing method and device, equipment, server, system and storage medium

Also Published As

Publication number Publication date
CN111176631B (en) 2023-11-03

Similar Documents

Publication Publication Date Title
CN105487864B (en) The method and apparatus of Code automatic build
Billington et al. PROTEAN: a high-level Petri net tool for the specification and verification of communication protocols
US7756905B2 (en) System and method for building mixed mode execution environment for component applications
US10949381B2 (en) Reusable transformation mechanism to allow mappings between incompatible data types
US20080256469A1 (en) Host controlled user interface
US20090282384A1 (en) Framework-Based Model-Driven Software Development
CN110119294A (en) The generation method of menu page, apparatus and system
US9977655B2 (en) System and method for automatic extraction of software design from requirements
JP2022529178A (en) Features of artificial intelligence recommended models Processing methods, devices, electronic devices, and computer programs
WO2013032621A1 (en) Data infrastructure for providing interconnectivity between platforms, devices, and operating systems
CN104504171B (en) A kind of modeling method based on unified Modeling environment
US20190266183A1 (en) Unbounded list processing
CN108475267A (en) System and method for executable content and executable content stream distribution
CN104503737B (en) A kind of unified Modeling platform
CN110727504B (en) Code execution method and device and rendering equipment
Rahman et al. Tarsier and ICMS: two approaches to framework development
EP2395468A1 (en) Semantic user interface data assembling
EP2598990A1 (en) Method and system for client side user interface generation
CN111176631B (en) Interaction system and interaction method based on Unity
CN110334323A (en) Translate data processing method, device, equipment and computer readable storage medium
Design et al. MIT Architecture
CN113254825A (en) Page generation method and device, electronic equipment and storage medium
CN109189370B (en) Software component generation method, device, equipment and computer readable storage medium
CN110417978A (en) Menu configuration method, device, equipment and storage medium
González-Toledo et al. HOM3R: a 3D viewer for complex hierarchical product models

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant