PlayRho  2.0.0
An interactive physics engine & library.
playrho::PreStepStats Struct Reference

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.
 

Detailed Description

Pre-phase per-step statistics.


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