コード例 #1
0
 public void AddShape(IShape newShape)
 {
     broadPhaseEngine.AddShape(newShape);
 }