Interface IBehaviorTree
Inherited Members
Namespace: EyeAuras.Shared
Assembly: EyeAuras.Shared.dll
Syntax
public interface IBehaviorTree : IEyeItem, IEyeContext, IAuraContainer, IEntityContainer, ICanSetPath, IHasPath, IHasName, ICanBeSelected, IHasSelected, IHasTimestamp, IAuraObject, IHasId, IHasTypedId<string>, IBindableReactiveObject, ICanSetContext, IHasContext, IHasErrors, IHasError, IHasErrorProvider, IHasVariables, IDisposable, INotifyPropertyChanged, ICanSetVariables, ICanBeLoaded, IHasLoaded
Properties
Name | Description |
---|---|
BehaviorTreeRoot |
Methods
Name | Description |
---|---|
Tick(CancellationToken) | Executes the behavior of the node and updates its status. Never throws. |