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::LevelDefinition::SectorDef Struct Reference

#include <LevelManager.h>

+ Collaboration diagram for Olympe::Editor::LevelDefinition::SectorDef:

Public Member Functions

 SectorDef ()
 

Public Attributes

std::string name
 
std::string type
 
std::vector< Vectorpolygon
 
Vector position
 
nlohmann::json properties
 

Detailed Description

Definition at line 134 of file LevelManager.h.

Constructor & Destructor Documentation

◆ SectorDef()

Olympe::Editor::LevelDefinition::SectorDef::SectorDef ( )
inline

Definition at line 141 of file LevelManager.h.

Member Data Documentation

◆ name

std::string Olympe::Editor::LevelDefinition::SectorDef::name

◆ polygon

std::vector<Vector> Olympe::Editor::LevelDefinition::SectorDef::polygon

Definition at line 137 of file LevelManager.h.

◆ position

Vector Olympe::Editor::LevelDefinition::SectorDef::position

Definition at line 138 of file LevelManager.h.

◆ properties

nlohmann::json Olympe::Editor::LevelDefinition::SectorDef::properties

Definition at line 139 of file LevelManager.h.

◆ type

std::string Olympe::Editor::LevelDefinition::SectorDef::type

Definition at line 136 of file LevelManager.h.


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