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

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

#include <tmj.h>

Collaboration diagram for ObjectTemplate:
Collaboration graph
[legend]

Data Fields

char * type
 
Tilesettileset
 
Objectobject
 

Detailed Description

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

Definition at line 400 of file tmj.h.

Field Documentation

◆ type

char* ObjectTemplate::type

Definition at line 401 of file tmj.h.

◆ tileset

Tileset* ObjectTemplate::tileset

Definition at line 403 of file tmj.h.

◆ object

Object* ObjectTemplate::object

Definition at line 404 of file tmj.h.


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