Interface IAuraTreeScriptingApi
Inherited Members
Namespace: EyeAuras.Scripting.Api
Assembly: EyeAuras.Scripting.dll
Syntax
public interface IAuraTreeScriptingApi : IScriptingApi
Properties
Name | Description |
---|---|
Aura | Contains reference to Aura (or null) which holds current script |
Auras | All auras in Aura Tree |
BehaviorTrees | All behavior trees in Aura Tree |
Folder | Contains reference to a Folder which holds current script |
Folders | All folders in Aura Tree |
Methods
Name | Description |
---|---|
FindAuraByPath(string) | |
FindBehaviorTreeByPath(string) | |
FindFolderByPath(string) | |
GetAuraByPath(string) | |
GetBehaviorTreeByPath(string) | |
GetFolderByPath(string) |