| Package | Description |
|---|---|
| com.almasb.fxgl.ai.btree | |
| com.almasb.fxgl.ai.btree.branch |
| Modifier and Type | Class and Description |
|---|---|
class |
SingleRunningChildBranch<E>
A
SingleRunningChildBranch task is a branch task that supports only one running child at a time. |
| Modifier and Type | Class and Description |
|---|---|
class |
DynamicGuardSelector<E>
A
DynamicGuardSelector is a branch task that executes the first child whose guard is evaluated to true. |
class |
Parallel<E>
A
Parallel is a special branch task that starts or resumes all children every single time. |
class |
RandomSelector<E>
A
RandomSelector is a selector task's variant that runs its children in a random order. |
class |
RandomSequence<E>
A
RandomSequence is a sequence task's variant that runs its children in a random order. |
class |
Selector<E>
A
Selector is a branch task that runs every children until one of them succeeds. |
class |
Sequence<E>
A
Sequence is a branch task that runs every children until one of them fails. |
Copyright © 2018. All rights reserved.