Box2D  3.0.0
A Real-Time-Oriented 2-D Physics Engine
Public Types | Public Attributes | List of all members
box2d::PreStepStats Struct Reference

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
 

Detailed Description

Pre-phase per-step statistics.

Member Typedef Documentation

◆ counter_type

using box2d::PreStepStats::counter_type = std::uint32_t

Member Data Documentation

◆ added

counter_type box2d::PreStepStats::added = 0

◆ destroyed

counter_type box2d::PreStepStats::destroyed = 0

◆ ignored

counter_type box2d::PreStepStats::ignored = 0

◆ updated

counter_type box2d::PreStepStats::updated = 0

The documentation for this struct was generated from the following file: