Class MapObjectives.PosMarker

java.lang.Object
mindustry.game.MapObjectives.ObjectiveMarker
mindustry.game.MapObjectives.PosMarker
Direct Known Subclasses:
MapObjectives.LineMarker, MapObjectives.PointMarker, MapObjectives.ShapeMarker, MapObjectives.ShapeTextMarker, MapObjectives.TextMarker, MapObjectives.TextureMarker
Enclosing class:
MapObjectives

public abstract static class MapObjectives.PosMarker extends MapObjectives.ObjectiveMarker
A marker that has a position in the world in world coordinates.
  • Field Details

    • pos

      public arc.math.geom.Vec2 pos
      Position of marker, in world coordinates
  • Constructor Details

    • PosMarker

      public PosMarker()
  • Method Details