This page has been translated automatically.
UnigineScript
The Language
Core Library
Engine Library
Node-Related Classes
GUI-Related Classes
Plugins Library
High-Level Systems
Samples
C++ API
API Reference
Integration Samples
Usage Examples
C++ Plugins
Content Creation
Materials
Unigine Material Library
Tutorials
注意! 这个版本的文档是过时的,因为它描述了一个较老的SDK版本!请切换到最新SDK版本的文档。
注意! 这个版本的文档描述了一个不再受支持的旧SDK版本!请升级到最新的SDK版本。

Nodes Panel

The Nodes panel can be invoked by pressing the N key (for other node hotkeys see Controls and Navigation). It allows working with the node hierarchy of the scene and consists of two main parts: a node tree and detailed data related to the selected node. The node-related data is organized into a set of tabs, which is dependent on the node type. The tab Node contains settings common for all types of nodes. The other tabs, such as Surfaces, Mesh, Light, Shadow, Body, etc., contain specific properties of the nodes.

Nodes editor settings

Node Tree

The nodes tree in the left part of the settings window has the following elements:

  •   Clone node — clone the selected node.
  •   Remove node — delete the selected node.
  •   Move node up in the list — move the selected node up the hierarchy list.
  •   Move node down in the list — move the selected node down the hierarchy list.
  •   Fold all nodes — Fold all the selected nodes.
  •   Export selected node with all children into a file — save the parent node and all its child nodes into a file, to be used as a NodeReference.
  •   Export selected nodes into the mesh file — save the selected node into a mesh file.
  • Node type filter — show all nodes in the hierarchy list or filter the specific ones for displaying, such as:
    • All nodes
    • All worlds
    • All fields
    • All lights
    • All decals
    • All objects
    • All players
    • All physicals
    • All navigations
    • All obstacles
    • All sounds
  • Nodes hierarchy list — hierarchically structured list of the nodes with node names, icons and parent-child links. It enables showing only the parent nodes and hide the child ones if necessary.
    Notice
    To change the position of the node and all its children in the hierarchy, drag it with ALT button pressed. To reset the child node inheritance (make it a parent one) simply drag it to the left while pressing the ALT button.

Node Tab

This tab contains the following settings common to all the nodes:

TypeSpecifies the type name for the node.
EnabledEnables displaying the node in the world.
HandledEnables displaying handles for invisible nodes. Handles are shown for light and sound sources, particle systems and world-managing nodes (sectors, portals, triggers, expressions, etc.) To show handles, use H hotkey.
ImmovableIndicates if the object is immovable (static) and the dynamic lights optimization should be used. It consists in rendering only those polygons which are illuminated by the light source. Please note, that this optimization requires both the object and the light source to have the immovable flag.
Collider objectDefines the node as a collider object, which means it is moved in a separate spatial tree for colliding objects optimising node management. Collision option by itself is enabled on per surface basis on the Surfaces tab.
Culled by clutter treeDefines the node as a clutter object, which means it is moved in a separate spatial tree for clutter objects optimising node management.
Visibility by sectors/portalsIndicates if the WorldSector and WorldPortal are used to determine visibility of the node. If unchecked, the node is always visible.
Culled by occlusion queryEnables occlusion query for the objects. The objects are tested whether their bounding boxes are seen. It allows to reduce the number of rendered triangles, which is beneficial by using heavy shaders. This option provides the substantial performance gain when enabled for water or meshes with reflections.
Notice
Enable this option only for a few nodes that use heavy shaders; otherwise the performance will decrease instead of increasing.
Updated lastIndicates that the node will be updated the last.
NameSpecifies the name of the node in the hierarchy list.
PropertyEnables loading, editing or clearing the property that will be associated with the node.
PositionSpecifies the position coordinates for the node.
RotationSpecifies the rotation coordinates for the node.
ScaleSpecifies the scale factor for X, Y and Z axes.
Copy transformationCopies transformations of the node into the clipboard.
Paste transformationApplies the previously copied transformations of the node to the current one.
Move the node to cameraPlaces the node in front of the camera.
Sticky placement on the surfaceActivates the mode of placing the node manually in any location of the world.
Drop the node down on the groundDrops all the selected nodes down to the ground.
Focus camera on the nodeMoves the camera to the node.
View node in a separate windowEnables a separate viewport for the node and all its children.

The details about type dependent properties can be found in Node-Related Classes articles in the Programming section.

Last update: 2017-07-03
Build: ()