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

#include <EntityInspectorManager.h>

Public Member Functions

 ComponentPropertyInfo ()=default
 
 ComponentPropertyInfo (const std::string &n, const std::string &t)
 

Public Attributes

std::string name
 
std::string type
 
std::string value
 
voiddataPtr = nullptr
 

Detailed Description

Definition at line 32 of file EntityInspectorManager.h.

Constructor & Destructor Documentation

◆ ComponentPropertyInfo() [1/2]

Olympe::ComponentPropertyInfo::ComponentPropertyInfo ( )
default

◆ ComponentPropertyInfo() [2/2]

Olympe::ComponentPropertyInfo::ComponentPropertyInfo ( const std::string &  n,
const std::string &  t 
)
inline

Definition at line 40 of file EntityInspectorManager.h.

Member Data Documentation

◆ dataPtr

void* Olympe::ComponentPropertyInfo::dataPtr = nullptr

Definition at line 37 of file EntityInspectorManager.h.

◆ name

std::string Olympe::ComponentPropertyInfo::name

◆ type

std::string Olympe::ComponentPropertyInfo::type

Definition at line 35 of file EntityInspectorManager.h.

◆ value

std::string Olympe::ComponentPropertyInfo::value

Definition at line 36 of file EntityInspectorManager.h.


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