Module technology.sola.engine
Package technology.sola.engine.graphics.components
package technology.sola.engine.graphics.components
This package provides
Components related to rendering graphics.-
ClassDescriptionCameraComponent is a
Componentthat contains data for a 2d camera for anEntity.CircleRendererComponent is aComponentcontaining data for rendering 2d circles.ConvexPolygonRendererComponent is aComponentcontaining data for rendering 2d convex polygons.LayerComponent is aComponentthat contains data for a 2d rendering layers for anEntity.LightComponent is aComponentcontaining 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 aComponentcontaining data for rendering 2d rectangles.SpriteComponent is aComponentthat 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 aComponentcontaining data for rendering 2d triangles.