예제 #1
0
 public void RemoveNode(BallEntity ballEntity)
 {
     MapQuadTree.Remove(ballEntity);
 }
예제 #2
0
 public void AddNode(BallEntity ballEntity)
 {
     MapQuadTree.Add(ballEntity);
 }