Box2D
3.0.0
A Real-Time-Oriented 2-D Physics Engine
|
Pre-phase per-step statistics. More...
#include <StepStats.hpp>
Public Types | |
using | counter_type = std::uint32_t |
Public Attributes | |
counter_type | ignored = 0 |
counter_type | destroyed = 0 |
counter_type | updated = 0 |
counter_type | added = 0 |
Pre-phase per-step statistics.
using box2d::PreStepStats::counter_type = std::uint32_t |
counter_type box2d::PreStepStats::added = 0 |
counter_type box2d::PreStepStats::destroyed = 0 |
counter_type box2d::PreStepStats::ignored = 0 |
counter_type box2d::PreStepStats::updated = 0 |