Class CameraInitializer
java.lang.Object
dev.prozilla.pine.core.system.SystemBase
dev.prozilla.pine.core.system.init.InitSystemBase
dev.prozilla.pine.core.system.standard.camera.CameraInitializer
Initializes cameras by displaying their background color and settings their size based on the window's dimensions.
-
Field Summary
Fields inherited from class dev.prozilla.pine.core.system.SystemBase
application, logger, scene, world
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
init()
Initializes each entity's data.static void
renderBackgroundColor
(Color color) Methods inherited from class dev.prozilla.pine.core.system.init.InitSystemBase
activateEntity
Methods inherited from class dev.prozilla.pine.core.system.SystemBase
forEach, forEachReverse, hasEntityChunks, initSystem, print, register, setExcludedComponentTypes, setRequiredTag, setRunWhenPaused, shouldRun, sort, unregister
-
Constructor Details
-
CameraInitializer
public CameraInitializer()
-
-
Method Details
-
init
public void init()Description copied from class:InitSystemBase
Initializes each entity's data.- Specified by:
init
in classInitSystemBase
-
renderBackgroundColor
-