We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1aae0ac commit eade699Copy full SHA for eade699
README.md
@@ -44,26 +44,13 @@ In v2.4.x:
44
└── box2dx
45
├── Box2D.NetStandard
46
│ ├── Collision
47
- │ │ ├── Colliders
48
- │ │ └── Shapes
49
│ ├── Common
50
│ ├── Dynamics
51
│ │ ├── Bodies
52
│ │ ├── Contacts
53
│ │ ├── Fixtures
54
│ │ ├── Joints
55
- │ │ │ ├── Distance
56
- │ │ │ ├── Friction
57
- │ │ │ ├── Gear
58
- │ │ │ ├── Motor
59
- │ │ │ ├── Mouse
60
- │ │ │ ├── Prismatic
61
- │ │ │ ├── Pulley
62
- │ │ │ ├── Revolute
63
- │ │ │ ├── Weld
64
- │ │ │ └── Wheel
65
│ │ └── World
66
- │ │ └── Callbacks
67
└── Box2D.NetStandard.UnitTests
68
```
69
0 commit comments