File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1717using static Box2D . NET . B2Islands ;
1818using static Box2D . NET . B2Sensors ;
1919using static Box2D . NET . B2SolverSets ;
20- using static Box2D . NET . B2BoardPhases ;
20+ using static Box2D . NET . B2BroadPhases ;
2121using static Box2D . NET . B2ArenaAllocators ;
2222
2323namespace Box2D . NET
Original file line number Diff line number Diff line change 2020
2121namespace Box2D . NET
2222{
23- public static class B2BoardPhases
23+ public static class B2BroadPhases
2424 {
2525 // Warning: writing to these globals significantly slows multithreading performance
2626#if B2_SNOOP_PAIR_COUNTERS
Original file line number Diff line number Diff line change 2222using static Box2D . NET . B2SolverSets ;
2323using static Box2D . NET . B2ConstraintGraphs ;
2424using static Box2D . NET . B2Islands ;
25- using static Box2D . NET . B2BoardPhases ;
25+ using static Box2D . NET . B2BroadPhases ;
2626using static Box2D . NET . B2Solvers ;
2727using static Box2D . NET . B2Ids ;
2828
Original file line number Diff line number Diff line change 1717using static Box2D . NET . B2Worlds ;
1818using static Box2D . NET . B2IdPools ;
1919using static Box2D . NET . B2Geometries ;
20- using static Box2D . NET . B2BoardPhases ;
20+ using static Box2D . NET . B2BroadPhases ;
2121using static Box2D . NET . B2Distances ;
2222
2323namespace Box2D . NET
Original file line number Diff line number Diff line change 2525using static Box2D . NET . B2ContactSolvers ;
2626using static Box2D . NET . B2Timers ;
2727using static Box2D . NET . B2Islands ;
28- using static Box2D . NET . B2BoardPhases ;
28+ using static Box2D . NET . B2BroadPhases ;
2929using static Box2D . NET . B2ArenaAllocators ;
3030using static Box2D . NET . B2ConstraintGraphs ;
3131using static Box2D . NET . B2CTZs ;
Original file line number Diff line number Diff line change 2020using static Box2D . NET . B2Joints ;
2121using static Box2D . NET . B2IdPools ;
2222using static Box2D . NET . B2ArenaAllocators ;
23- using static Box2D . NET . B2BoardPhases ;
23+ using static Box2D . NET . B2BroadPhases ;
2424using static Box2D . NET . B2Distances ;
2525using static Box2D . NET . B2ConstraintGraphs ;
2626using static Box2D . NET . B2BitSets ;
Original file line number Diff line number Diff line change 55using System ;
66using Box2D . NET . Test . Helpers ;
77using NUnit . Framework ;
8- using static Box2D . NET . B2BoardPhases ;
8+ using static Box2D . NET . B2BroadPhases ;
99using static Box2D . NET . B2Tables ;
1010using static Box2D . NET . B2Atomics ;
1111using static Box2D . NET . B2Constants ;
1212using static Box2D . NET . B2Worlds ;
1313
1414namespace Box2D . NET . Test ;
1515
16- public class B2BoardPhasesTests
16+ public class B2BroadPhasesTests
1717{
1818 [ Test ]
1919 public void Test_B2BoardPhases_B2_PROXY_ID_TYPE_KEY ( )
You can’t perform that action at this time.
0 commit comments