コード例 #1
0
 void Start()
 {
     if (m_graph != null)
     {
         m_root    = m_graph.Build();
         m_context = new BTreeContext();
     }
 }
コード例 #2
0
 private AivoTreeStatus Exec(long time, BTreeContext context)
 {
     callback.Invoke();
     return(AivoTreeStatus.Success);
 }