time.schedule_repeating method
Repeats execution of a function every frame.
Example
Parameters
-
func: Callable[[deltaTime: float], None]
function to execute every frame.
Repeats execution of a function every frame.
Example
function to execute every frame.