Olympe Engine 2.0
2D Game Engine with ECS Architecture
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
Olympe::Tiled::TiledProperty Struct Reference

#include <TiledStructures.h>

Public Member Functions

 TiledProperty ()
 

Public Attributes

std::string name
 
PropertyType type
 
std::string stringValue
 
int intValue
 
float floatValue
 
bool boolValue
 

Detailed Description

Definition at line 54 of file TiledStructures.h.

Constructor & Destructor Documentation

◆ TiledProperty()

Olympe::Tiled::TiledProperty::TiledProperty ( )
inline

Definition at line 63 of file TiledStructures.h.

Member Data Documentation

◆ boolValue

bool Olympe::Tiled::TiledProperty::boolValue

Definition at line 61 of file TiledStructures.h.

◆ floatValue

float Olympe::Tiled::TiledProperty::floatValue

Definition at line 60 of file TiledStructures.h.

◆ intValue

int Olympe::Tiled::TiledProperty::intValue

Definition at line 59 of file TiledStructures.h.

◆ name

std::string Olympe::Tiled::TiledProperty::name

◆ stringValue

std::string Olympe::Tiled::TiledProperty::stringValue

Definition at line 58 of file TiledStructures.h.

◆ type

PropertyType Olympe::Tiled::TiledProperty::type

Definition at line 57 of file TiledStructures.h.


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