Package mindustry.world.draw
Class DrawPulseShape
java.lang.Object
mindustry.world.draw.DrawBlock
mindustry.world.draw.DrawPulseShape
-
Field Summary
Modifier and TypeFieldDescriptionfloat
float
float
boolean
float
float
Fields inherited from class mindustry.world.draw.DrawBlock
iconOverride, rand
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
draw
(mindustry.gen.Building build) Draws the block itself.Methods inherited from class mindustry.world.draw.DrawBlock
drawLight, drawPlan, expectCrafter, finalIcons, getRegionsToOutline, icons, load
-
Field Details
-
color
-
stroke
public float stroke -
timeScl
public float timeScl -
minStroke
public float minStroke -
radiusScl
public float radiusScl -
layer
public float layer -
square
public boolean square
-
-
Constructor Details
-
DrawPulseShape
public DrawPulseShape(boolean square) -
DrawPulseShape
public DrawPulseShape()
-
-
Method Details