API Reference docs update

This commit is contained in:
Darren Eberly
2022-07-07 01:54:44 -04:00
parent 25067b276f
commit ddf314e4f0
17 changed files with 310 additions and 102 deletions

34
docs/api/tileset.rst Normal file
View File

@@ -0,0 +1,34 @@
.. _tileset_api:
Tileset
=======
This module provides an interface for Tilesets and the various objects they contain.
Also see `Tiled's Docs for Editing Tilesets <https://doc.mapeditor.org/en/stable/manual/editing-tilesets/>`_
and the `TMX Reference <https://doc.mapeditor.org/en/stable/reference/tmx-map-format/#tileset>`_
and `JSON Reference <https://doc.mapeditor.org/en/stable/reference/json-map-format/#tileset>`_
Tileset
^^^^^^^
.. autoclass:: pytiled_parser.tileset.Tileset
Tile
^^^^
.. autoclass:: pytiled_parser.tileset.Tile
Transformations
^^^^^^^^^^^^^^^
.. autoclass:: pytiled_parser.tileset.Transformations
Frame
^^^^^
.. autoclass:: pytiled_parser.tileset.Frame
Grid
^^^^
.. autoclass:: pytiled_parser.tileset.Grid