예제 #1
0
 public void UpdateShape(IShape shape)
 {
     broadPhaseEngine.UpdateShape(shape);
 }