Class MapObjectives.TextureMarker

Enclosing class:
MapObjectives

public static class MapObjectives.TextureMarker extends MapObjectives.PosMarker
Displays a texture with specified name.
  • Field Details

    • rotation

      public float rotation
    • width

      public float width
    • height

      public float height
    • textureName

      public String textureName
    • color

      public arc.graphics.Color color
  • Constructor Details

    • TextureMarker

      public TextureMarker(String textureName, float x, float y, float width, float height)
    • TextureMarker

      public TextureMarker(String textureName, float x, float y)
    • TextureMarker

      public TextureMarker()
  • Method Details