You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Guy Allard edited this page Jan 18, 2015
·
3 revisions
Selector
Description:
The Selector composite node evaluates its children sequentially, moving on to the next child only if the current child returned FAILURE.
The selector completes when any child node returns SUCCESS or the last child completes.