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

#include <Graph.h>

Public Attributes

int id
 
std::string type
 
float x
 
float y
 

Detailed Description

Definition at line 7 of file Graph.h.

Member Data Documentation

◆ id

int Node::id

Definition at line 9 of file Graph.h.

Referenced by Graph::FromJson(), and Graph::ToJson().

◆ type

std::string Node::type

Definition at line 10 of file Graph.h.

◆ x

float Node::x

Definition at line 11 of file Graph.h.

◆ y

float Node::y

Definition at line 11 of file Graph.h.


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