diff options
author | chai <chaifix@163.com> | 2021-01-27 18:44:29 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2021-01-27 18:44:29 +0800 |
commit | 929a152e580cce9bd5aff7fba49a550f70933ef6 (patch) | |
tree | 1ac741ff07a1f1a5df56fca5240df3db6266fe14 /Client/Assets/Scripts/XMainClient/AI/AIRunTimeBehaviorTree.cs | |
parent | 6ee18886c8af3858de5e97599b23086823d9f320 (diff) |
Diffstat (limited to 'Client/Assets/Scripts/XMainClient/AI/AIRunTimeBehaviorTree.cs')
-rw-r--r-- | Client/Assets/Scripts/XMainClient/AI/AIRunTimeBehaviorTree.cs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Client/Assets/Scripts/XMainClient/AI/AIRunTimeBehaviorTree.cs b/Client/Assets/Scripts/XMainClient/AI/AIRunTimeBehaviorTree.cs index 56b54daa..11d6ede5 100644 --- a/Client/Assets/Scripts/XMainClient/AI/AIRunTimeBehaviorTree.cs +++ b/Client/Assets/Scripts/XMainClient/AI/AIRunTimeBehaviorTree.cs @@ -4,8 +4,10 @@ using XUtliPoolLib; namespace XMainClient
{
+ //c 行为树
internal class AIRunTimeBehaviorTree : IXBehaviorTree, IXInterface
{
+ // 执行这个行为树的实体
public XEntity Host
{
get
@@ -18,6 +20,7 @@ namespace XMainClient }
}
+ // 根节点
public AIRunTimeRootNode Root
{
get
|