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

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

kaplay logo

Misc

Layer