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 |
---|
Behavior |
Methods
Name | Description |
---|---|
Tick(Cancellation |
Executes the behavior of the node and updates its status. Never throws. |