Click or drag to resize
GameSceneFixedUpdate Method
Triggers a Fixed Update event (update that happens every const amount of seconds).

Namespace:  GeonBit.ECS
Assembly:  GeonBit (in GeonBit.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public void FixedUpdate()
See Also