This page has been translated automatically.
UnigineEditor
Interface Overview
Assets Workflow
Settings and Preferences
Setting Up Materials
Setting Up Properties
Landscape Tool
Using Editor Tools for Specific Tasks
FAQ
编程
Fundamentals
Setting Up Development Environment
Usage Examples
UnigineScript
C++
C#
UUSL (Unified UNIGINE Shader Language)
File Formats
Rebuilding the Engine and Tools
GUI
Double Precision Coordinates
应用程序接口
Containers
Common Functionality
Controls-Related Classes
Engine-Related Classes
Filesystem Functionality
GUI-Related Classes
Math Functionality
Node-Related Classes
Networking Functionality
Pathfinding-Related Classes
Physics-Related Classes
Plugins-Related Classes
CIGI Client Plugin
Rendering-Related Classes
注意! 这个版本的文档是过时的,因为它描述了一个较老的SDK版本!请切换到最新SDK版本的文档。
注意! 这个版本的文档描述了一个不再受支持的旧SDK版本!请升级到最新的SDK版本。

Adjusting Node Parameters

The multi-purpose Parameters window provides access to parameters of the currently selected node.

Parameters Window with Node Settings

Notice
If the window isn't opened, choose Windows -> Add Parameters in the main menu.

Via this window, you can change a name of the selected node, toggle the node on and off, modify node's transformation parameters, its visual representation, set up physics, assign properties, adjust node's type-specific parameters.

The node-related data is organized into a set of tabs, which depends on the node type:

  • Node tab contains settings common for all types of nodes. In addition, it can also contain surface settings (such as rendering, LOD, intersection, collision, material and property ones), if the selected node is of an object-related type.
  • Type-specific tab (such as Mesh, Mesh Skinned and so on) contains settings that can be found in the articles of the Built-In Nodes Types section.
  • Physics tab contains settings of the node's physical body.
Notice
The node parameters on each tab are grouped into separate panels, and each panel is collapsed by default. To expand a panel, click the arrow to the left of the panel name.

Multi-Selection Editing

UnigineEditor 2 allows multi-selection editing of nodes: you can adjust parameters of several selected nodes at once by selecting nodes in one of the available ways and tweaking the required parameters. For example, you can scale the nodes, disable casting of world shadows or assign the same material or property for them.

Only parameters that are common for all selected nodes are visible in the Parameters window: if the selected nodes are of the same type, the type-specific and physics settings are available for editing in addition to settings on the Node tab; for the nodes of different types, only the Node tab is available.

Per-surface settings (such as material, rendering or LOD settings) are available only if all the selected nodes are of the object-related types.

Notice
If the selected nodes have several different surfaces, per-surface settings will be applied to the entire node as if it has only one surface.
Last update: 2018-06-04
Build: ()