Class LightingService

java.lang.Object
com.csse3200.game.lighting.LightingService

public class LightingService extends Object
Provides a global access point to the lighting engine. This is necessary for the lighting based entities to register themselves with the engine.
  • Constructor Details

    • LightingService

      public LightingService(LightingEngine engine)
    • LightingService

      public LightingService(CameraComponent camera, com.badlogic.gdx.physics.box2d.World world)
  • Method Details