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

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

#include <tmj.h>

Collaboration diagram for WangSet:
Collaboration graph
[legend]

Data Fields

char * class
 
char * name
 
char * type
 
int tile
 
size_t color_count
 
WangColorcolors
 
size_t property_count
 
Propertyproperties
 
size_t wangtile_count
 
WangTilewangtiles
 

Detailed Description

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

Definition at line 263 of file tmj.h.

Field Documentation

◆ class

char* WangSet::class

Definition at line 264 of file tmj.h.

◆ name

char* WangSet::name

Definition at line 265 of file tmj.h.

◆ type

char* WangSet::type

Definition at line 266 of file tmj.h.

◆ tile

int WangSet::tile

Definition at line 268 of file tmj.h.

◆ color_count

size_t WangSet::color_count

Definition at line 270 of file tmj.h.

◆ colors

WangColor* WangSet::colors

Definition at line 271 of file tmj.h.

◆ property_count

size_t WangSet::property_count

Definition at line 273 of file tmj.h.

◆ properties

Property* WangSet::properties

Definition at line 274 of file tmj.h.

◆ wangtile_count

size_t WangSet::wangtile_count

Definition at line 276 of file tmj.h.

◆ wangtiles

WangTile* WangSet::wangtiles

Definition at line 277 of file tmj.h.


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