ObjectGroup

ObjectGroup is a layer containing placed MapObjects. Access via the 'tilemap' submodule.

Inherits from Layer.

Properties


NameDescriptionType
colorTint color for non-tile objects.Color
draw_orderDrawing order for objects in the group.ObjectGroup.DrawOrder
objectsMapObjectList of objects in the group.list[MapObject]
opacityLayer opacity from 0.0 to 1.0.float

Methods


Draw

draw() None

Draw the object group.