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