Called right at the beginning 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 PrePhysics(
	float dt
)
Visual Basic
Public Overridable Sub PrePhysics ( _
	dt As Single _
)
Visual C++
public:
virtual void PrePhysics(
	float dt
)

Parameters

dt
Type: System..::..Single
The delta time.

See Also