Module technology.sola.engine
Package technology.sola.engine.graphics.system
package technology.sola.engine.graphics.system
This package provides
EcsSystem
s that operate on graphics related Component
s.-
ClassesClassDescriptionLightFlickerSystem is an
EcsSystem
that handles updating the flicker data of aLightComponent
.SpriteAnimatorSystem handles updating the animation state ofEntity
that have aSpriteComponent
andSpriteAnimatorComponent
.TransformAnimatorSystem handles updating the animation state ofEntity
that have aTransformComponent
andTransformAnimatorComponent
.