Class MapObjectives.TextMarker

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

public static class MapObjectives.TextMarker extends MapObjectives.ObjectiveMarker
Displays text at a location.
  • Field Details

    • text

      public String text
    • pos

      public Vec2 pos
    • fontSize

      public float fontSize
    • flags

      public byte flags
  • Constructor Details

    • TextMarker

      public TextMarker(String text, float x, float y, float fontSize, byte flags)
    • TextMarker

      public TextMarker(String text, float x, float y)
    • TextMarker

      public TextMarker()
  • Method Details