Inherits from NSObject
Conforms to NSXMLParserDelegate
Declared in KKTMXReader.h

Overview

Internal use only. Temporary object that parses a TMX file and creates the KTTilemap hierarchy containing KTTilemapTileset, KTTilemapLayer, KTTilemapLayerTiles and KTTilemapObject. Used by KTTilemap which has its own parseTMX method. Not meant to be subclassed or modified.

Instance Methods

loadTMXFile:tilemap:

Internal use only.

- (void)loadTMXFile:(NSString *)tmxFile tilemap:(KKTilemap *)tilemap

Parameters

tmxFile

The full path to the TMX file to load.

tilemap

The tilemap object into which the TMX file is loaded.

Declared In

KKTMXReader.h