Package mindustry.game
Class MapObjectives.QuadMarker
java.lang.Object
mindustry.game.MapObjectives.ObjectiveMarker
mindustry.game.MapObjectives.QuadMarker
- Enclosing class:
- MapObjectives
-
Field Summary
FieldsFields inherited from class mindustry.game.MapObjectives.ObjectiveMarker
arrayIndex, autoscale, drawLayer, minimap, world
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
control
(LMarkerControl type, double p1, double p2, double p3) Control marker with world processor code.void
draw
(float scaleFactor) void
setTexture
(String textureName) Methods inherited from class mindustry.game.MapObjectives.ObjectiveMarker
fetchText, setText, typeName
-
Field Details
-
textureName
-
vertices
public float[] vertices
-
-
Constructor Details
-
QuadMarker
public QuadMarker()
-
-
Method Details
-
draw
public void draw(float scaleFactor) - Overrides:
draw
in classMapObjectives.ObjectiveMarker
-
control
Description copied from class:MapObjectives.ObjectiveMarker
Control marker with world processor code. Ignores NaN (null) values.- Overrides:
control
in classMapObjectives.ObjectiveMarker
-
setTexture
- Overrides:
setTexture
in classMapObjectives.ObjectiveMarker
-