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

A node represented in the mini-map (normalised coords). More...

#include <MiniMapPanel.h>

Public Attributes

int id
 Graph node ID.
 
float nx
 Normalised X [0..1].
 
float ny
 Normalised Y [0..1].
 

Detailed Description

A node represented in the mini-map (normalised coords).

Definition at line 32 of file MiniMapPanel.h.

Member Data Documentation

◆ id

int Olympe::MiniMapNodeEntry::id

Graph node ID.

Definition at line 33 of file MiniMapPanel.h.

Referenced by Olympe::MiniMapPanel::UpdateNodePositions().

◆ nx

float Olympe::MiniMapNodeEntry::nx

Normalised X [0..1].

Definition at line 34 of file MiniMapPanel.h.

◆ ny

float Olympe::MiniMapNodeEntry::ny

Normalised Y [0..1].

Definition at line 35 of file MiniMapPanel.h.


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