Class: DrawTiledLayer

DrawTiledLayer

A render object represents a layer from tiled editor
Source:
See:

Members

drawBoundaries :boolean

Should draw a boundaries helper, or not Can be set in SystemSettings.
Source:

hasAnimations :boolean

Determines if image is animated or not
Source:

layerKey :string

A layer name.
Source:

setBoundaries :boolean

Should the layer borders used as boundaries, or not Can be set in GameStage.addRenderLayer() method.
Source:

sortIndex :number

Source:

tileMapKey :string

A tilemap layer key, should match key from the tilemap.
Source:

Methods

removeAllAnimations()

Removes animations
Source:

setMask(mask)

Parameters:
Name Type Description
mask DrawShapeObject
Source:

stopRepeatedAnimation(eventName)

Parameters:
Name Type Description
eventName string animation name
Source: