Package mindustry.world.draw
Class DrawSoftParticles
java.lang.Object
mindustry.world.draw.DrawBlock
mindustry.world.draw.DrawSoftParticles
-
Field Summary
Modifier and TypeFieldDescriptionfloat
float
float
float
int
float
float
Fields inherited from class mindustry.world.draw.DrawBlock
iconOverride, rand
-
Constructor Summary
-
Method Summary
Methods inherited from class mindustry.world.draw.DrawBlock
drawLight, drawPlan, expectCrafter, finalIcons, getRegionsToOutline, icons
-
Field Details
-
region
-
color
-
color2
-
alpha
public float alpha -
particles
public int particles -
particleLife
public float particleLife -
particleRad
public float particleRad -
particleSize
public float particleSize -
fadeMargin
public float fadeMargin -
rotateScl
public float rotateScl -
particleInterp
-
-
Constructor Details
-
DrawSoftParticles
public DrawSoftParticles()
-
-
Method Details