示例#1
0
 protected override void OnTerminate(BTContext ctx)
 {
     if (lastStatus == Status.Running)
     {
         child.Terminate(ctx);
     }
 }
示例#2
0
 protected override void OnTerminate(BTContext ctx)
 {
     child.Terminate(ctx);
 }
示例#3
0
 void OnDestroy()
 {
     behave.Terminate(ctx);
 }