Notch Notch Manual 0.9.23
 Light | Dark
Select Child Node

Select Child Node

Selective a connected child node to be active.

Method #

Allows you to selectively enable or disable the execution of connected child nodes at runtime based on an index. Only one child node can be active at a time, but when used in conjunction with Null or Execute Child Nodes, you can add a tree of child nodes. This is useful for menu systems or general logic.

The index is based on the vertical order of the child nodes in the nodegraph. i.e. Index 0.0 will be the top most node. Index 1.0 the next down.

Parameters

These properties control the core behaviours of the node.

ParameterDetails
Child Node IndexExecutes the child with this index (indexes start at 0.0)

Related Videos