Called right at the end of the timestep to notify the derived classes.

Namespace: JigLibX.Physics
Assembly: JigLibX (in JigLibX.dll) Version: 0.3.1.0

Syntax

C#
public virtual void PostPhysics(
	float dt
)
Visual Basic
Public Overridable Sub PostPhysics ( _
	dt As Single _
)
Visual C++
public:
virtual void PostPhysics(
	float dt
)

Parameters

dt
Type: System..::..Single

[Missing <param name="dt"/> documentation for "M:JigLibX.Physics.Body.PostPhysics(System.Single)"]

See Also