LibTMJ 1.3.0
A library for loading JSON Tiled maps
Loading...
Searching...
No Matches
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 192 of file tmj.h.

Field Documentation

◆ name

char* Terrain::name

Definition at line 193 of file tmj.h.

◆ tile

int Terrain::tile

Definition at line 195 of file tmj.h.

◆ property_count

size_t Terrain::property_count

Definition at line 197 of file tmj.h.

◆ properties

Property* Terrain::properties

Definition at line 198 of file tmj.h.


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