Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 588 Bytes

File metadata and controls

24 lines (16 loc) · 588 Bytes

Common Types

This module provides some common types used throughout PyTiled Parser. These are all just NamedTuple classes provided to make sets of data more clear. As such they can be subscripted like a normal tuple to get the same values, or you can reference them by name. The values shown here are in the order they will be in the final tuple.

Color

.. autoclass:: pytiled_parser.common_types.Color

OrderedPair

.. autoclass:: pytiled_parser.common_types.OrderedPair

Size

.. autoclass:: pytiled_parser.common_types.Size