ecspresso
Preparing search index...
plugins/ai/behavior-tree
InverterNode
Interface InverterNode<BB>
Decorator — inverts child result (Success↔Failure), passes Running through.
interface
InverterNode
<
BB
extends
object
=
Record
<
string
,
unknown
>
>
{
child
:
BehaviorTreeNode
<
BB
>
;
nodeIndex
:
number
;
type
:
"inverter"
;
}
Type Parameters
BB
extends
object
=
Record
<
string
,
unknown
>
Index
Properties
child
node
Index
type
Properties
Readonly
child
child
:
BehaviorTreeNode
<
BB
>
node
Index
nodeIndex
:
number
Readonly
type
type
:
"inverter"
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
child
node
Index
type
ecspresso
Loading...
Decorator — inverts child result (Success↔Failure), passes Running through.