Olympe Engine 2.0
2D Game Engine with ECS Architecture
Loading...
Searching...
No Matches
Functions | Variables
anonymous_namespace{NodeGraphPanel.cpp} Namespace Reference

Functions

ImVec2 ScreenSpaceToGridSpace (const ImVec2 &screenPos)
 

Variables

constexpr int GRAPH_ID_MULTIPLIER = 10000
 
constexpr int ATTR_ID_MULTIPLIER = 100
 
constexpr int LINK_ID_MULTIPLIER = 100000
 

Function Documentation

◆ ScreenSpaceToGridSpace()

ImVec2 anonymous_namespace{NodeGraphPanel.cpp}::ScreenSpaceToGridSpace ( const ImVec2 screenPos)

Definition at line 30 of file NodeGraphPanel.cpp.

References GetComponentTypeID_Static().

+ Here is the call graph for this function:

Variable Documentation

◆ ATTR_ID_MULTIPLIER

constexpr int anonymous_namespace{NodeGraphPanel.cpp}::ATTR_ID_MULTIPLIER = 100
constexpr

Definition at line 24 of file NodeGraphPanel.cpp.

◆ GRAPH_ID_MULTIPLIER

constexpr int anonymous_namespace{NodeGraphPanel.cpp}::GRAPH_ID_MULTIPLIER = 10000
constexpr

Definition at line 23 of file NodeGraphPanel.cpp.

◆ LINK_ID_MULTIPLIER

constexpr int anonymous_namespace{NodeGraphPanel.cpp}::LINK_ID_MULTIPLIER = 100000
constexpr

Definition at line 25 of file NodeGraphPanel.cpp.