Composite

public abstract class Composite implements IParentNode

Functions

getChildren
Link copied to clipboard
final <ERROR CLASS> getChildren()
getName
Link copied to clipboard
abstract String getName()
getTreeString
Link copied to clipboard
String getTreeString(String prefix)
initNode
Link copied to clipboard
T initNode<T extends IBehaviorNode>(String name, T node, Function1<T, Unit> init)
setChildren
Link copied to clipboard
final Unit setChildren(<ERROR CLASS> children)
setName
Link copied to clipboard
abstract Unit setName(String name)
tick
Link copied to clipboard
abstract BehaviorTreeStatus tick()

Properties

children
Link copied to clipboard
private <ERROR CLASS> children
name
Link copied to clipboard
private String name

Inheritors

SelectorNode
Link copied to clipboard
SequenceNode
Link copied to clipboard