コード例 #1
0
ファイル: World.cs プロジェクト: MaxEden/Humper
 public void Update(Box box, Rect from)
 {
     _broadPhase.Update(box, from);
 }