Package dev.prozilla.pine.common.lifecycle
package dev.prozilla.pine.common.lifecycle
Defines the lifecycle stages for various objects.
Stages of the lifecycle occur in the following order:
-
Before lifetime:
Initialization
-
During lifetime, once per frame:
Input handling
Updating
Rendering
-
After lifetime:
Destruction
-
Interfaces