|
HughPH.Box2D
Organised dotnet bindings for Box2D 3.1.1
|
Counters that give details of the simulation size. More...
Public Attributes | |
| readonly int | BodyCount |
| The number of bodies in the world. | |
| readonly int | ShapeCount |
| The number of shapes in the world. | |
| readonly int | ContactCount |
| The number of contacts in the world. | |
| readonly int | JointCount |
| The number of joints in the world. | |
| readonly int | IslandCount |
| The number of broad-phase islands. | |
| readonly int | StackUsed |
| The number of bytes allocated in the stack allocator. | |
| readonly int | StaticTreeHeight |
| The height of the static tree. | |
| readonly int | TreeHeight |
| The height of the dynamic tree. | |
| readonly int | ByteCount |
| The number of bytes allocated in the heap allocator. | |
| readonly int | TaskCount |
| The number of tasks in the world. | |
| fixed int | ColorCounts [12] |
| Nothing to do with visible colors. | |
Counters that give details of the simulation size.
| fixed int Box2D.Counters.ColorCounts[12] |
Nothing to do with visible colors.
See the Wikipedia article on Graph colouring to learn more about this.