Index Hierarchy KKTilemapRectangleObject Class Reference Inherits from KKTilemapObject : NSObject Declared in KKTilemapObject.h Overview A rectangle object, usually referred to as simply “object” in Tiled. Tasks rect property ellipse property Properties ellipse YES if the rectangle defines the outer area of an ellipse. @property (atomic) BOOL ellipse Declared In KKTilemapObject.h rect The rectangle as CGRect, for convenience. Rect origin is the same as position, rect size the same as size. @property (atomic) CGRect rect Declared In KKTilemapObject.h Index Hierarchy