onFixedUpdate(action: ()=>void ): KEventController

Register an event that runs at a fixed framerate.

paramaction- The function to run when the event is triggered.

returnsThe event controller.

sincev3001.0

groupEvents

onFixedUpdate(tag: Tag , action: (obj: GameObj )=>void ): KEventController