.. _wang_set_api: Wang Set ======== This module contains a number of classes related to Wang Sets. Wang Sets are the underlying data used by Tiled's terrain system. It is unlikely this module will ever need touched for creating an implementation in a game engine. It is primarily data used by the editor during map creation. See `Tiled's docs about terrain `_ and also the `TMX Reference `_ and the `JSON Reference `_ WangSet ^^^^^^^ .. autoclass:: pytiled_parser.wang_set.WangSet WangColor ^^^^^^^^^ .. autoclass:: pytiled_parser.wang_set.WangColor WangTile ^^^^^^^^ .. autoclass:: pytiled_parser.wang_set.WangTile