OvrLoopNode
Subclass of Ovr.OvrAsyncNode
Subclass of Ovr.OvrAsyncNode
This Node is responsible for implementing looping constructs, such as Simple loops and While loops.
Note: the following attributes are added to the existing ones from the super class OvrNode
Name | Type | Description |
---|---|---|
ExecuteOnStart | boolean | If True, this node will be executed during the first frame of Play time |
ExecutionDelay | Delay before execution of the OvrNode | |
EndExecutionDelay | Delay before execution of the PostExecutionNodes | |
TimeBetweenEachNode | Time to pass between each node execution | |
TimeBetweenEachIteration | Time to pass between each loop iteration | |
LoopType | Type of iteration selected | |
IterationsCount | [Only OvrLoopType.IterationsCount] Number of loop iterations | |
OvrCondition | [Only OvrLoopType.While] Condition to continue looping | |
Nodes | Nodes to execute each loop iteration |