ImageLayer

ImageLayer displays a single image as a layer. Access via the 'tilemap' submodule.

Inherits from Layer.

Properties


NameDescriptionType
opacityLayer opacity from 0.0 to 1.0.float
textureTexture used by the image layer.Texture

Methods


Draw

draw() None

Draw the image layer.