Class QuadRenderer

java.lang.Object
dev.prozilla.pine.core.component.Component
dev.prozilla.pine.core.component.shape.QuadRenderer
All Implemented Interfaces:
Destructible, Printable, ApplicationContext, ApplicationProvider, ComponentsContext, ComponentsProvider, EntityContext, EntityProvider, SceneContext, SceneProvider

public class QuadRenderer extends Component
  • Field Details

    • size

      public Vector2f size
    • color

      public final Color color
    • DEFAULT_COLOR

      public static final Color DEFAULT_COLOR
  • Constructor Details

    • QuadRenderer

      public QuadRenderer(Vector2f size)
    • QuadRenderer

      public QuadRenderer(Vector2f size, Color color)