Package mindustry.world.draw
Class DrawParticles
java.lang.Object
mindustry.world.draw.DrawBlock
mindustry.world.draw.DrawParticles
-
Field Summary
FieldsModifier and TypeFieldDescriptionfloat
arc.graphics.Blending
arc.graphics.Color
float
arc.math.Interp
float
float
float
int
float
arc.math.Interp
boolean
boolean
float
int
float
float
Fields inherited from class mindustry.world.draw.DrawBlock
iconOverride, rand
-
Constructor Summary
Constructors -
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
public arc.graphics.Color color -
sides
public int sides -
x
public float x -
y
public float y -
alpha
public float alpha -
particles
public int particles -
particleRotation
public float particleRotation -
particleLife
public float particleLife -
particleRad
public float particleRad -
particleSize
public float particleSize -
fadeMargin
public float fadeMargin -
rotateScl
public float rotateScl -
reverse
public boolean reverse -
poly
public boolean poly -
particleInterp
public arc.math.Interp particleInterp -
particleSizeInterp
public arc.math.Interp particleSizeInterp -
blending
public arc.graphics.Blending blending
-
-
Constructor Details
-
DrawParticles
public DrawParticles()
-
-
Method Details