Class LineView

All Implemented Interfaces:
ILineRenderable, IRenderable

public class LineView extends BaseView implements ILineRenderable
  • Field Details

  • Constructor Details

    • LineView

      public LineView()
      Creates an empty line view.
    • LineView

      public LineView(com.badlogic.ashley.core.Entity entity)
      Creates an abstract view with the given entity.
      Parameters:
      entity - The entity.
  • Method Details