Interface IMacroAccessor
Inherited Members
Namespace: EyeAuras.Scripting.Api
Assembly: EyeAuras.Scripting.dll
Syntax
public interface IMacroAccessor : IHasId, IHasTypedId<string>, IHasVariables, IDisposable, INotifyPropertyChanged, ICanSetVariables, IHasPath, IHasName
Methods
Name | Description |
---|---|
Execute(CancellationToken) | Executes the behavior tree and updates its status |
ExecuteAsync(CancellationToken) | Executes the behavior tree and updates its status |