C# Class FarseerPhysics.Dynamics.TimeStep

This is an internal structure.
ファイルを表示 Open project: scastle/Solitude Class Usage Examples

Public Properties

Property Type Description
dt float
dtRatio float
inv_dt float

Property Details

dt public_oe property

Time step (Delta time)
public float dt
return float

dtRatio public_oe property

dt * inv_dt0
public float dtRatio
return float

inv_dt public_oe property

Inverse time step (0 if dt == 0).
public float inv_dt
return float