Declared in CCTiledMap.h

CCTiledMapOrientation

Possible oritentations of the TMX map.

Definition

typedef NS_ENUM(NSUInteger, CCTiledMapOrientation ) {
   CCTiledMapOrientationOrtho,
   CCTiledMapOrientationIso,
};

Constants

CCTiledMapOrientationOrtho

Orthogonal orientation.

Declared In CCTiledMap.h.

CCTiledMapOrientationIso

Isometric orientation.

Declared In CCTiledMap.h.

Declared In

CCTiledMap.h