mirror of
https://github.com/OMGeeky/pytiled_parser.git
synced 2025-12-26 17:02:28 +01:00
27 lines
763 B
ReStructuredText
27 lines
763 B
ReStructuredText
.. _api:
|
|
API Reference
|
|
=============
|
|
|
|
This page documents the Application Programming Interface (API) for the PyTiled Parser library.
|
|
|
|
Throughout the API documentation you will see links labeled both TMX Reference and JSON Reference.
|
|
These links go to the official Tiled documentation for that specific type. Sometimes there is not a
|
|
one to one mapping, so it may lead to the closest thing in the Tiled format.
|
|
|
|
At some points certain classes modules may have links to other parts of the Tiled documentation which
|
|
cover some of the concepts surrounding that module and it's usage within Tiled.
|
|
|
|
.. toctree::
|
|
:maxdepth: 1
|
|
:caption: PyTiled Parser
|
|
|
|
parser
|
|
common_types
|
|
properties
|
|
tileset
|
|
layer
|
|
objects
|
|
map
|
|
wang_set
|
|
world
|