Class DrawPart.PartMove

java.lang.Object
mindustry.entities.part.DrawPart.PartMove
Enclosing class:
DrawPart

public static class DrawPart.PartMove extends Object
  • Field Details

    • progress

      public DrawPart.PartProgress progress
    • x

      public float x
    • y

      public float y
    • gx

      public float gx
    • gy

      public float gy
    • rot

      public float rot
  • Constructor Details

    • PartMove

      public PartMove(DrawPart.PartProgress progress, float x, float y, float gx, float gy, float rot)
    • PartMove

      public PartMove(DrawPart.PartProgress progress, float x, float y, float rot)
    • PartMove

      public PartMove()