Class MacroWaitNode
This class represents a Wait node in a macro.
Inheritance
MacroWaitNode
Implements
Inherited Members
Namespace: EyeAuras.BehaviorTree.Nodes.Macro
Assembly: EyeAuras.BehaviorTree.dll
Syntax
[AuraEntity(Name = "Wait", Category = "Macro")]
public class MacroWaitNode : ActionNode<MacroWaitNodeProperties>, INode<MacroWaitNodeProperties>, IAuraObject<MacroWaitNodeProperties>, IEntityContainer, IActionNode, INode, IAuraObject, IBindableReactiveObject, ICanSetContext, IHasContext, IBTNode, IHasId, IHasTypedId<string>, IHasErrors, IDisposable, INotifyPropertyChanged, IHasError, IHasErrorProvider, IBehaviorTreeSerializable, ICanSetName, IHasName
Constructors
| Name | Description |
|---|---|
| MacroWaitNode() |
Properties
| Name | Description |
|---|---|
| CurrentWaitDuration | |
| MaxOutputs | |
| StartTimestamp | |
| WaitDuration | The duration in milliseconds that the node should wait. |
Methods
| Name | Description |
|---|---|
| GetWaitTimeLeft() | |
| TickAction(CancellationToken) | |
| VisitLoad(MacroWaitNodeProperties) | |
| VisitSave(MacroWaitNodeProperties) |