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

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

#include <tmj.h>

Collaboration diagram for WangColor:
Collaboration graph
[legend]

Data Fields

char * class
 
char * color
 
char * name
 
int tile
 
double probability
 
size_t property_count
 
Propertyproperties
 

Detailed Description

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

Definition at line 247 of file tmj.h.

Field Documentation

◆ class

char* WangColor::class

Definition at line 248 of file tmj.h.

◆ color

char* WangColor::color

Definition at line 249 of file tmj.h.

◆ name

char* WangColor::name

Definition at line 250 of file tmj.h.

◆ tile

int WangColor::tile

Definition at line 252 of file tmj.h.

◆ probability

double WangColor::probability

Definition at line 254 of file tmj.h.

◆ property_count

size_t WangColor::property_count

Definition at line 256 of file tmj.h.

◆ properties

Property* WangColor::properties

Definition at line 257 of file tmj.h.


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