IManagerFixedUpdate Method |
Called every constant X seconds during the Update() phase.
Namespace:
GeonBit.Managers
Assembly:
GeonBit (in GeonBit.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax void FixedUpdate(
float interval
)
Parameters
- interval
- Type: SystemSingle
Time since last FixedUpdate().
See Also