ecspresso
Preparing search index...
plugins/ai/behavior-tree
RepeatNode
Interface RepeatNode<BB>
Decorator — repeats child
count
times (or forever when count is -1).
interface
RepeatNode
<
BB
extends
object
=
Record
<
string
,
unknown
>
>
{
child
:
BehaviorTreeNode
<
BB
>
;
count
:
number
;
nodeIndex
:
number
;
type
:
"repeat"
;
}
Type Parameters
BB
extends
object
=
Record
<
string
,
unknown
>
Index
Properties
child
count
node
Index
type
Properties
Readonly
child
child
:
BehaviorTreeNode
<
BB
>
Readonly
count
count
:
number
node
Index
nodeIndex
:
number
Readonly
type
type
:
"repeat"
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
child
count
node
Index
type
ecspresso
Loading...
Decorator — repeats child
counttimes (or forever when count is -1).