Class InverterNode
This class represents an Inverter node in a behavior tree. An Inverter node is a type of DecoratorNode which negates the success or failure of its child node.
Inheritance
InverterNode
Implements
Inherited Members
Namespace: EyeAuras.BehaviorTree.Nodes.Decorators
Assembly: EyeAuras.BehaviorTree.dll
Syntax
[AuraEntity(Name = "Inverter")]
public class InverterNode : DecoratorNode<InverterNodeProperties>, INode<InverterNodeProperties>, IAuraObject<InverterNodeProperties>, IEntityContainer, IDecoratorNode, INode, IAuraObject, IBindableReactiveObject, ICanSetContext, IHasContext, IBTNode, IHasId, IHasTypedId<string>, IHasErrors, IDisposable, INotifyPropertyChanged, IHasError, IHasErrorProvider, IBehaviorTreeSerializable, ICanSetName, IHasName
Constructors
Name | Description |
---|---|
InverterNode() |
Methods
Name | Description |
---|---|
TickInternal(CancellationToken) | This abstract method defines the main logic of the node and must be implemented in child classes. |