 | BehaviorTreeLibraryLibraryChangedDelegate Delegate |
Called when the library was changed by the editor.
Namespace: Slash.AI.BehaviorTrees.ManagementAssembly: Slash.AI.BehaviorTrees (in Slash.AI.BehaviorTrees.dll) Version: 1.0.6018.40184
Syntaxpublic delegate void LibraryChangedDelegate(
BehaviorTreeLibrary library
)
Public Delegate Sub LibraryChangedDelegate (
library As BehaviorTreeLibrary
)
public delegate void LibraryChangedDelegate(
BehaviorTreeLibrary^ library
)
type LibraryChangedDelegate =
delegate of
library : BehaviorTreeLibrary -> unit
Parameters
- library
- Type: Slash.AI.BehaviorTrees.ManagementBehaviorTreeLibrary
Library which changed.
See Also