Class HaloPart

java.lang.Object
mindustry.entities.part.DrawPart
mindustry.entities.part.HaloPart

public class HaloPart extends DrawPart
  • Field Details

    • hollow

      public boolean hollow
    • tri

      public boolean tri
    • shapes

      public int shapes
    • sides

      public int sides
    • radius

      public float radius
    • radiusTo

      public float radiusTo
    • stroke

      public float stroke
    • strokeTo

      public float strokeTo
    • triLength

      public float triLength
    • triLengthTo

      public float triLengthTo
    • haloRadius

      public float haloRadius
    • haloRadiusTo

      public float haloRadiusTo
    • x

      public float x
    • y

      public float y
    • shapeRotation

      public float shapeRotation
    • moveX

      public float moveX
    • moveY

      public float moveY
    • shapeMoveRot

      public float shapeMoveRot
    • haloRotateSpeed

      public float haloRotateSpeed
    • haloRotation

      public float haloRotation
    • rotateSpeed

      public float rotateSpeed
    • color

      public Color color
    • colorTo

      @Nullable public Color colorTo
    • mirror

      public boolean mirror
    • progress

      public DrawPart.PartProgress progress
    • layer

      public float layer
    • layerOffset

      public float layerOffset
  • Constructor Details

    • HaloPart

      public HaloPart()
  • Method Details