Class ForceFailureNode
This node will always return Failure, irrespective of the actual execution status of its child node.
Inheritance
ForceFailureNode
Implements
Inherited Members
Namespace: EyeAuras.BehaviorTree.Nodes.Decorators
Assembly: EyeAuras.BehaviorTree.dll
Syntax
[AuraEntity(Name = "Force Failure")]
public class ForceFailureNode : DecoratorNode<ForceFailureNodeProperties>, INode<ForceFailureNodeProperties>, IAuraObject<ForceFailureNodeProperties>, IEntityContainer, IDecoratorNode, INode, IAuraObject, IBindableReactiveObject, ICanSetContext, IHasContext, IBTNode, IHasId, IHasTypedId<string>, IHasErrors, IDisposable, INotifyPropertyChanged, IHasError, IHasErrorProvider, IBehaviorTreeSerializable, ICanSetName, IHasName
Constructors
Name | Description |
---|---|
ForceFailureNode() |
Methods
Name | Description |
---|---|
TickInternal(CancellationToken) | Forces the Tick method to return a status of Failure regardless of the child node's execution status. |