Class: MemSequence

Composites. MemSequence

MemSequence is similar to Sequence node, but when a child returns a `RUNNING` state, its index is recorded and in the next tick the MemPriority call the child recorded directly, without calling previous children again.

new MemSequence()

Methods


validators()

defines validation methods to execute at the editor; if one of them fails, a dashed red border is displayed for the node
Returns:
Type
Array.<Validator>