AudioAsset
Ease
FastString
FontAsset
NineSlice
PackedSprite
PackedSpriteID
RB
   HardwareSettings
   IRetroBlitGame
RBAsset
Rect2i
ShaderAsset
SoundReference
SpriteGrid
SpriteSheetAsset
TMXMapAsset
   TMXLayer
   TMXLayerLoadState
   TMXObject
   TMXObjectGroup
   TMXProperties
Vector2i

TMXMapAsset::TMXObject

Class

Description

A definition of a TMX object. TMX objects are geometric shapes and can be used for a variety of things. For example a rectangular shape could be used to outline a trigger area of some event in the game.

Enumerations

Shape Shape of the TMX object

Properties

name Name of the object
points List of points that make up a TMXObject.Shape.Polygon or TMXObject.Shape.Polyline.
properties Custom properties of the shape
rect Rectangular bounding area of the shape.
rotation Rotation of the shape in degrees, clockwise
shape Shape of the object.
tileId TMX Object tile id
type Type of the object as defined in Tiled
visible Visible flag