Table of Contents
Yield
Attributes
General
Conditional
Usage
Yield
Yield
Talk about the node
Attributes
General
Node Type
: The type of node this is.
Name
: The name of the node, useful for labeling larger trees.
Debug Break (for
Debugging
)
: When checked, if this node is started while running in the editor, playback will be paused.
Conditional
Weight (for
Random
)
: How likely this node is to be selected when in a random node.
Priority (for
Sequencer
/
Selector
)
: The priority of this node. The highest priority child will be run first.
Starting Priority (for
Priority
)
: The initial priority of this node when the Priority node first starts.
Running Priority (for
Priority
)
: The priority of this node while running, refreshed by the Priority node at a set rate.
Usage
Yield
Talk about normal usage
Feedback!