Click or drag to resize
BaseComponentFixedUpdate Method
Just like Update(), but called every constant amount of time regardless of FPS and Vsync.

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