PhysicsWorldUpdate Method |
Called every frame to advance physics simulator.
Namespace:
GeonBit.Core.Physics
Assembly:
GeonBit (in GeonBit.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public void Update(
float timeFactor
)
Parameters
- timeFactor
- Type: SystemSingle
How much to advance this world step (or: time since last frame).
See Also