Lysa  0.0
Lysa 3D Engine
MainLoopEvent Struct Reference

Detailed Description

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.
 

Property Documentation

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.