package
1.1.23
Repository: https://github.com/alkaid/behavior.git
Documentation: pkg.go.dev

# Structs

No description provided by the author
DynamicSubtree 动态子树容器 可以在运行时动态更换子节点.
DynamicSubtreeProperties 子树容器属性.
Subtree 静态子树容器 只能在初始化时添加子节点,不允许在运行时改变子节点.
SubtreeProperties 子树容器属性.
Wait 等待 任务节点可以在行为树中使用,使树在此节点上等待,直至指定的 等待时间(Wait Time) 结束。.
WaitBB 等待黑板时间 与 等待 WaitBB 任务节点的原理类似,但该节点会拉取等待时间黑板值。.
WaitBBProperties 等待黑板时间属性.
WaitProperties 等待属性.

# Interfaces

IDynamicSubtree 动态子树容器 可以在运行时动态更换子节点.
No description provided by the author
ISubtree 静态子树容器 只能在初始化时添加子节点,不允许在运行时改变子节点.
No description provided by the author
No description provided by the author
No description provided by the author