| Property |
Description |
| contactCount |
The expected number of contacts, in the range zero to PhysicsWorld.WorldCapacity.MaxCapacity.
Values outside that range are clamped into it.
|
| dynamicBodyCount |
The expected number of dynamic and kinematic bodies, in the range zero to PhysicsWorld.WorldCapacity.MaxCapacity.
Values outside that range are clamped into it.
|
| dynamicShapeCount |
The expected number of dynamic and kinematic shapes, in the range zero to PhysicsWorld.WorldCapacity.MaxCapacity.
Values outside that range are clamped into it.
|
| staticBodyCount |
The expected number of static bodies, in the range zero to PhysicsWorld.WorldCapacity.MaxCapacity.
Values outside that range are clamped into it.
|
| staticShapeCount |
The expected number of static shapes, in the range zero to PhysicsWorld.WorldCapacity.MaxCapacity.
Values outside that range are clamped into it.
|