Property BehaviorTreesById BehaviorTreesById Gets a cache of behavior trees by their ID. Declaration IObservableCache<IBehaviorTree, string> BehaviorTreesById { get; } Property Value Type Description IObservableCache<IBehaviorTree, string>