Declaration
func GetBlackboardValue(bTree entity<BevTree>, key string, out var value object)
go
Parameters
Input
Name | Type | Description |
---|---|---|
Behavior Tree | BehaviourTree | Target Behavior Tree |
Key | String | Variable name |
Out
Name | Type | Description |
---|---|---|
Value | Object | Variable value |