Jolt Physics
A multi core friendly Game Physics Engine
Loading...
Searching...
No Matches
PhysicsStepListenerContext Class Reference

Context information for the step listener. More...

#include <PhysicsStepListener.h>

Public Attributes

float mDeltaTime
 Delta time of the current step.
 
bool mIsFirstStep
 True if this is the first step.
 
bool mIsLastStep
 True if this is the last step.
 
PhysicsSystemmPhysicsSystem
 The physics system that is being stepped.
 

Detailed Description

Context information for the step listener.

Member Data Documentation

◆ mDeltaTime

float PhysicsStepListenerContext::mDeltaTime

Delta time of the current step.

◆ mIsFirstStep

bool PhysicsStepListenerContext::mIsFirstStep

True if this is the first step.

◆ mIsLastStep

bool PhysicsStepListenerContext::mIsLastStep

True if this is the last step.

◆ mPhysicsSystem

PhysicsSystem* PhysicsStepListenerContext::mPhysicsSystem

The physics system that is being stepped.


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