LibTMJ  1.0.0
A library for loading JSON Tiled maps
Data Fields
Terrain Struct Reference

https://doc.mapeditor.org/en/stable/reference/json-map-format/#terrain More...

#include <tmj.h>

Collaboration diagram for Terrain:
Collaboration graph
[legend]

Data Fields

char * name
 
int tile
 
size_t property_count
 
Propertyproperties
 

Detailed Description

https://doc.mapeditor.org/en/stable/reference/json-map-format/#terrain

Definition at line 190 of file tmj.h.

Field Documentation

◆ name

char* Terrain::name

Definition at line 191 of file tmj.h.

◆ tile

int Terrain::tile

Definition at line 193 of file tmj.h.

◆ property_count

size_t Terrain::property_count

Definition at line 195 of file tmj.h.

◆ properties

Property* Terrain::properties

Definition at line 196 of file tmj.h.


The documentation for this struct was generated from the following file: