Gui
GUI is a flat GUI object that is positioned in the world and to which different widgets are assigned to be displayed.
Basically, a flat GUI object is a flat display, on which GUI is rendered. You can interact with such GUI the same way as with GUI created via the Gui class.
Post-process filters can be applied to a flat GUI object (for example, motion blur or any other).
See also#
Creating GUI#
You can add a GUI via UnigineEditor and then assign a widget to it via UnigineScript.
To add the GUI:
- Run the project with UnigineEditor.
- On the Menu bar, click Create -> GUI -> GUI.
- Place the created GUI in the world and specify the required parameters for it.
- In the script, get the GUI via the engine.world.getNodeByName() (or engine.world.getNodeById() if the node index is known) and assign a widget to it by using functions of the ObjectGui class.
Editing GUI#
In the Node tab of the Parameters window, you can adjust the following parameters of the GUI object:
Node tab
Last update:
24.11.2020
Помогите сделать статью лучше
Была ли эта статья полезной?
(или выберите слово/фразу и нажмите Ctrl+Enter