Class AlwaysFailureNode
This class represents an AlwaysFailure node in a behavior tree. AlwaysFailure nodes are leaf nodes that always return a status of failure.
Inheritance
AlwaysFailureNode
Implements
Inherited Members
Namespace: EyeAuras.BehaviorTree.Nodes.Actions
Assembly: EyeAuras.BehaviorTree.dll
Syntax
[AuraEntity(Name = "Always Failure")]
public sealed class AlwaysFailureNode : ActionNode<AlwaysFailureNodeProperties>, INode<AlwaysFailureNodeProperties>, IAuraObject<AlwaysFailureNodeProperties>, IEntityContainer, IActionNode, INode, IAuraObject, IBindableReactiveObject, ICanSetContext, IHasContext, IBTNode, IHasId, IHasTypedId<string>, IHasErrors, IDisposable, INotifyPropertyChanged, IHasError, IHasErrorProvider, IBehaviorTreeSerializable, ICanSetName, IHasName
Constructors
Name | Description |
---|---|
AlwaysFailureNode() |
Methods
Name | Description |
---|---|
TickInternal(CancellationToken) | This abstract method defines the main logic of the node and must be implemented in child classes. |