MapObject.MapObjectType

Enumerator used for differentiating between multiple kinds of objects. The value serialized as a string as the name of a tag.

Values

ValueMeaning
box

Can be used for collision detection, event marking for scripts, and masking. Has two coordinates.

sprite

Only applicable for SpriteLayer. Has one coordinate, a horizontal and vertical scaling indicator (int), and a source indicator (int).

polyline

Meta