Module technology.sola.engine
Package technology.sola.engine.graphics.components
package technology.sola.engine.graphics.components
This package provides
Component
s related to rendering graphics.-
ClassDescriptionCameraComponent is a
Component
that contains data for a 2d camera for anEntity
.CircleRendererComponent is aComponent
containing data for rendering 2d circles.LayerComponent is aComponent
that contains data for a 2d rendering layers for anEntity
.LightComponent is aComponent
containing data for rendering lights.LightFlickerDefines the API for the function called to smooth the transition between the current and next light intensity values.RectangleRendererComponent is aComponent
containing data for rendering 2d rectangles.SpriteComponent is aComponent
that contains data for rendering 2d sprites for anEntity
.SpriteKeyFrame holds information about how long a particular sprite should be rendered as part of an animation.TriangleRendererComponent is aComponent
containing data for rendering 2d triangles.