Loop End Node
Description
Loops make it possible to repeat an arbitrary set of operations multiple times. The Loop Begin node enables you to create variables to which you can write data via the Loop End node and again read this data in Loop Begin. In order for the two nodes to work together in a loop with the same set of variables, they should be connected together.
- Loop - pointer linking to the Loop Begin node.
- Break - boolean value used to determine whether the loop should continue, or break. If the value is 0 the specified number of loop iterations are repeated, when the value is 1 the loop breaks immediately.
After linking the loop nodes, the Loop End node will display a list of variables from the linked Loop Begin node. To learn more about working with loops, follow this link.
Usage Examples
Example 1
For a detailed description, please refer to the Loop Sample.
The information on this page is valid for UNIGINE 2.20 SDK.
Last update:
04.04.2025
Помогите сделать статью лучше
Была ли эта статья полезной?
(или выберите слово/фразу и нажмите Ctrl+Enter