![]() |
Lysa
0.0
Lysa 3D Engine
|
Main application loop event type constants.
Lua full name: lysa.MainLoopEvent
Properties | |
| any | PROCESS |
| Fired every frame for game logic updates. | |
| any | PHYSICS_PROCESS |
| Fired every physics tick for physics updates. | |
| any | QUIT |
| Fired when the application is about to quit. | |
| any PROCESS |
Fired every frame for game logic updates.
| any PHYSICS_PROCESS |
Fired every physics tick for physics updates.
| any QUIT |
Fired when the application is about to quit.