Package mindustry.game
Class MapObjectives.QuadMarker
java.lang.Object
mindustry.game.MapObjectives.ObjectiveMarker
mindustry.game.MapObjectives.QuadMarker
- Enclosing class:
- MapObjectives
- 
Field SummaryFieldsFields inherited from class mindustry.game.MapObjectives.ObjectiveMarkerarrayIndex, autoscale, drawLayer, minimap, world
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidcontrol(LMarkerControl type, double p1, double p2, double p3) Control marker with world processor code.voiddraw(float scaleFactor) voidsetTexture(String textureName) Methods inherited from class mindustry.game.MapObjectives.ObjectiveMarkerfetchText, setText, typeName
- 
Field Details- 
textureName
- 
verticespublic float[] vertices
 
- 
- 
Constructor Details- 
QuadMarkerpublic QuadMarker()
 
- 
- 
Method Details- 
drawpublic void draw(float scaleFactor) - Overrides:
- drawin class- MapObjectives.ObjectiveMarker
 
- 
controlDescription copied from class:MapObjectives.ObjectiveMarkerControl marker with world processor code. Ignores NaN (null) values.- Overrides:
- controlin class- MapObjectives.ObjectiveMarker
 
- 
setTexture- Overrides:
- setTexturein class- MapObjectives.ObjectiveMarker
 
 
-