Click or drag to resize
DigitalRuneSimulationUpdate Method (TimeSpan)
Advances the simulation by the given time.

Namespace: DigitalRune.Physics
Assembly: DigitalRune.Physics (in DigitalRune.Physics.dll) Version: 1.10.0.0 (1.10.0.14427)
Syntax
public void Update(
	TimeSpan deltaTime
)

Parameters

deltaTime
Type: SystemTimeSpan
The size of the time step.
Remarks
See Simulation for more information.
See Also