Layerable
interface Layerable
Content copied to clipboard
Represents an object which can contain multiple Layers which are specialized TileGraphics objects which can be displayed above each other within the Layerable object. Indexing is done from bottom to top, eg: calling addLayer with a Layerable which has only one Layer (at index 0
) will add the new Layer at index 1
. Layerable also implements Clearable. In this context clear can be used to remove all layers.
Types
Functions
addLayer
Link copied to clipboard
getLayerAt
Link copied to clipboard
insertLayerAt
Link copied to clipboard
setLayerAt
Link copied to clipboard
Properties
Inheritors
Sources
(source)
Link copied to clipboard