Class MapObjectives.ShapeMarker

java.lang.Object
mindustry.game.MapObjectives.ObjectiveMarker
mindustry.game.MapObjectives.ShapeMarker
Enclosing class:
MapObjectives

public static class MapObjectives.ShapeMarker extends MapObjectives.ObjectiveMarker
Displays a shape with an outline and color.
  • Field Details

    • pos

      public Vec2 pos
    • radius

      public float radius
    • rotation

      public float rotation
    • stroke

      public float stroke
    • fill

      public boolean fill
    • outline

      public boolean outline
    • sides

      public int sides
    • color

      public Color color
  • Constructor Details

    • ShapeMarker

      public ShapeMarker(float x, float y)
    • ShapeMarker

      public ShapeMarker(float x, float y, float radius, float rotation)
    • ShapeMarker

      public ShapeMarker()
  • Method Details