---
title: availableBehaviorTrees
framework: realitykit
role: symbol
role_heading: Instance Property
path: realitykit/behaviortreecomponent/availablebehaviortrees
---

# availableBehaviorTrees

All the behavior trees that this component can access.

## Declaration

```swift
var availableBehaviorTrees: [String : BehaviorTreeResource] { get set }
```

## See Also

### Accessing behavior trees

- [behaviorTree](realitykit/behaviortreecomponent/behaviortree.md)
