mirror of
https://github.com/OMGeeky/pytiled_parser.git
synced 2025-12-27 22:59:48 +01:00
21 lines
697 B
ReStructuredText
21 lines
697 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
|
|
|
|
common_types
|
|
properties
|
|
layer
|