| 
    LibTMJ 1.5.0
    
   A library for loading JSON Tiled maps 
   | 
 
https://doc.mapeditor.org/en/stable/reference/json-map-format/#tile-definition More...
#include <tmj.h>

Data Fields | |
| char * | image | 
| char * | type | 
| int | id | 
| int | imageheight | 
| int | imagewidth | 
| int | x | 
| int | y | 
| int | width | 
| int | height | 
| double | probability | 
| size_t | animation_count | 
| Frame * | animation | 
| int | terrain [4] | 
| size_t | property_count | 
| Property * | properties | 
| Layer * | objectgroup |