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

#include <LevelManager.h>

+ Collaboration diagram for Olympe::Editor::LevelMetadata:

Public Member Functions

 LevelMetadata ()
 

Public Attributes

std::string author
 
std::string created
 
std::string lastModified
 
std::vector< std::string > tags
 
nlohmann::json customData
 

Detailed Description

Definition at line 40 of file LevelManager.h.

Constructor & Destructor Documentation

◆ LevelMetadata()

Olympe::Editor::LevelMetadata::LevelMetadata ( )
inline

Definition at line 48 of file LevelManager.h.

Member Data Documentation

◆ author

std::string Olympe::Editor::LevelMetadata::author

◆ created

std::string Olympe::Editor::LevelMetadata::created

◆ customData

nlohmann::json Olympe::Editor::LevelMetadata::customData

Definition at line 46 of file LevelManager.h.

◆ lastModified

std::string Olympe::Editor::LevelMetadata::lastModified

◆ tags

std::vector<std::string> Olympe::Editor::LevelMetadata::tags

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