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