Пример #1
0
 /*
  *  每帧更新一次四叉树
  */
 private void Update()
 {
     _quadtree.Update();
 }