This page has been translated automatically.
Video Tutorials
Interface
Essentials
Advanced
How To
Rendering
Professional (SIM)
UnigineEditor
Interface Overview
Assets Workflow
Version Control
Settings and Preferences
Working With Projects
Adjusting Node Parameters
Setting Up Materials
Setting Up Properties
Lighting
Sandworm
Using Editor Tools for Specific Tasks
Extending Editor Functionality
Built-in Node Types
Nodes
Objects
Effects
Decals
Light Sources
Geodetics
Sound Objects
Pathfinding Objects
Players
Programming
Fundamentals
Setting Up Development Environment
Usage Examples
C++
C#
UnigineScript
UUSL (Unified UNIGINE Shader Language)
Plugins
File Formats
Materials and Shaders
Rebuilding the Engine Tools
GUI
VR Development
Double Precision Coordinates
API
Animations-Related Classes
Containers
Common Functionality
Controls-Related Classes
Engine-Related Classes
Filesystem Functionality
GUI-Related Classes
Math Functionality
Node-Related Classes
Objects-Related Classes
Networking Functionality
Pathfinding-Related Classes
Physics-Related Classes
Plugins-Related Classes
IG Plugin
CIGIConnector Plugin
Rendering-Related Classes
VR-Related Classes
Content Creation
Content Optimization
Materials
Material Nodes Library
Miscellaneous
Input
Math
Matrix
Textures
Art Samples
Tutorials

World Nodes

A set of world nodes:

  •   World Trigger — a cuboid-shaped node, which fires callbacks when any node (collider or not) gets inside or outside of it.
  •   World Clutter — a node used to manage a great number of node references, baked as one object. Objects are scattered, scaled and oriented randomly, they cannot be managed manually.
  •   Switcher — a cuboid-shaped node, switching off (or turning on) all of the nodes inside of it immediately. Switcher should be a parent node for the nodes it controls.
  •   Occluder — a node used to cull objects that are not seen behind it.
  •   Transform — a succession of transformations based on an arbitrary path.
  •   World Expression — a cuboid-shaped node, inside of which arbitrary expressions are executed. These expressions can be executed for children nodes of World Expression as well.
  •   World Spline Graph — a node used to place various nodes at points and along the segments (linear or curved) of a spline graph. It can be utilized to create roads, pipelines, etc.
Last update: 2023-12-19
Build: ()