Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Search
Home
Box2D
Dynamics
TimeStep
C# Class Box2D.Dynamics.TimeStep
This is an internal structure.
Show file
Open project: gerich-home/box2dnet
Class Usage Examples
Public Properties
Property
Type
Description
Dt
float
DtRatio
float
InvDt
float
PositionIterations
int
VelocityIterations
int
WarmStarting
bool
Property Details
Dt
public property
time step
public
float
Dt
return
float
DtRatio
public property
dt * inv_dt0
public
float
DtRatio
return
float
InvDt
public property
inverse time step (0 if dt == 0).
public
float
InvDt
return
float
PositionIterations
public property
public
int
PositionIterations
return
int
VelocityIterations
public property
public
int
VelocityIterations
return
int
WarmStarting
public property
public
bool
WarmStarting
return
bool