Inherits from KKTilemapObject : NSObject
Declared in KKTilemapObject.h

Overview

A rectangle object, usually referred to as simply “object” in Tiled.

Tasks

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