Class RectRenderer

All Implemented Interfaces:
Destructible, Printable, ApplicationContext, ApplicationProvider, ComponentsContext, ComponentsProvider, EntityContext, EntityProvider, SceneContext, SceneProvider

public class RectRenderer extends ShapeRenderer<Rect>
  • Constructor Details

    • RectRenderer

      public RectRenderer(Rect shape)
    • RectRenderer

      public RectRenderer(Rect shape, Color color)
    • RectRenderer

      public RectRenderer(Rect shape, TextureAsset texture)
    • RectRenderer

      public RectRenderer(Rect shape, TextureAsset texture, Color color)