Pre-phase per-step statistics. More...
#include <playrho/StepStats.hpp>
Public Types | |
using | counter_type = std::uint32_t |
Counter type. | |
Public Attributes | |
counter_type | contactsAdded = 0 |
Count of contacts added. | |
counter_type | contactsDestroyed = 0 |
Count of contacts destroyed. | |
counter_type | contactsSkipped = 0 |
Count of contacts not-needing update. | |
counter_type | contactsUpdated = 0 |
Count of contacts updated during update processing. | |
counter_type | proxiesCreated = 0 |
Proxies created count. | |
counter_type | proxiesMoved = 0 |
Proxies moved count. | |
Pre-phase per-step statistics.