Class CanvasGroupArranger
java.lang.Object
dev.prozilla.pine.core.system.SystemBase
dev.prozilla.pine.core.system.update.UpdateSystemBase
dev.prozilla.pine.core.system.update.UpdateSystem
dev.prozilla.pine.core.system.standard.canvas.group.CanvasGroupArranger
- All Implemented Interfaces:
Lifecycle
Arranges children of canvas groups based on their size and the alignment.
-
Field Summary
Fields inherited from class dev.prozilla.pine.core.system.update.UpdateSystem
timeScale
Fields inherited from class dev.prozilla.pine.core.system.SystemBase
application, logger, scene, world
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic void
arrangeCanvasGroup
(CanvasGroup canvasGroup, RectTransform containerRect) protected void
process
(EntityChunk chunk, float deltaTime) Updates a single entity's data, each frame.Methods inherited from class dev.prozilla.pine.core.system.update.UpdateSystem
update
Methods inherited from class dev.prozilla.pine.core.system.SystemBase
forEach, forEachReverse, hasEntityChunks, initSystem, print, register, requireTag, setExcludedComponentTypes, sort, unregister
-
Constructor Details
-
CanvasGroupArranger
public CanvasGroupArranger()
-
-
Method Details
-
process
Description copied from class:UpdateSystem
Updates a single entity's data, each frame.- Specified by:
process
in classUpdateSystem
- Parameters:
chunk
- Entity that matches this system's querydeltaTime
- Delta time in seconds
-
arrangeCanvasGroup
-