Class ShootSine

java.lang.Object
mindustry.entities.pattern.ShootPattern
mindustry.entities.pattern.ShootSine
All Implemented Interfaces:
Cloneable

public class ShootSine extends ShootPattern
  • Field Details

    • scl

      public float scl
      scaling applied to bullet index
    • mag

      public float mag
      magnitude of sine curve for position displacement
  • Constructor Details

    • ShootSine

      public ShootSine(float scl, float mag)
    • ShootSine

      public ShootSine()
  • Method Details