Class StaticShadowLayer

java.lang.Object
de.gurkenlabs.litiengine.graphics.ColorLayer
de.gurkenlabs.litiengine.graphics.StaticShadowLayer
All Implemented Interfaces:
IRenderable

public class StaticShadowLayer extends ColorLayer
  • Constructor Details

    • StaticShadowLayer

      public StaticShadowLayer(Environment environment, Color color)
      Instantiates a new StaticShadowLayer instance.
      Parameters:
      environment - The environment to which this instance is assigned.
      color - The color of this instance.
  • Method Details