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

#include <NodeGraphManager.h>

Public Member Functions

 EditorMetadata ()=default
 

Public Attributes

float zoom = 1.0f
 
float scrollOffsetX = 0.0f
 
float scrollOffsetY = 0.0f
 
std::string lastModified
 

Detailed Description

Definition at line 112 of file NodeGraphManager.h.

Constructor & Destructor Documentation

◆ EditorMetadata()

Olympe::EditorMetadata::EditorMetadata ( )
default

Member Data Documentation

◆ lastModified

std::string Olympe::EditorMetadata::lastModified

Definition at line 117 of file NodeGraphManager.h.

Referenced by Olympe::NodeGraph::ToJson().

◆ scrollOffsetX

float Olympe::EditorMetadata::scrollOffsetX = 0.0f

Definition at line 115 of file NodeGraphManager.h.

Referenced by Olympe::NodeGraph::ToJson().

◆ scrollOffsetY

float Olympe::EditorMetadata::scrollOffsetY = 0.0f

Definition at line 116 of file NodeGraphManager.h.

Referenced by Olympe::NodeGraph::ToJson().

◆ zoom

float Olympe::EditorMetadata::zoom = 1.0f

Definition at line 114 of file NodeGraphManager.h.

Referenced by Olympe::NodeGraph::ToJson().


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