Class ParallaxConfig.Layer

java.lang.Object
com.csse3200.game.entities.configs.ParallaxConfig.Layer
Enclosing class:
ParallaxConfig

public static class ParallaxConfig.Layer extends Object
  • Field Details

    • texture

      public String texture
    • factor

      public float factor
    • offsetX

      public float offsetX
    • offsetY

      public float offsetY
    • scale

      public float scale
    • coverage

      public float coverage
    • tiled

      public boolean tiled
  • Constructor Details

    • Layer

      public Layer()