Class ConditionNode<T>
Inherited Members
Namespace: EyeAuras.BehaviorTree.Nodes
Assembly: EyeAuras.BehaviorTree.dll
Syntax
public abstract class ConditionNode<T> : NodeBase<T>, INode<T>, IAuraObject<T>, IEntityContainer, IConditionNode, INode, IAuraObject, IBindableReactiveObject, ICanSetContext, IHasContext, IBTNode, IHasId, IHasTypedId<string>, IHasErrors, IDisposable, INotifyPropertyChanged, IHasError, IHasErrorProvider, IBehaviorTreeSerializable, ICanSetName, IHasName where T : BTConditionNodePropertiesBase, new()
Type Parameters
Name | Description |
---|---|
T |
Constructors
Name | Description |
---|---|
ConditionNode() |
Methods
Name | Description |
---|---|
TickCondition(CancellationToken) | |
TickInternal(CancellationToken) | This abstract method defines the main logic of the node and must be implemented in child classes. |