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

Viewport region in normalised coordinates. More...

#include <CanvasMinimapRenderer.h>

Public Attributes

float x
 Left edge [0..1].
 
float y
 Top edge [0..1].
 
float w
 Width [0..1].
 
float h
 Height [0..1].
 

Detailed Description

Viewport region in normalised coordinates.

Definition at line 47 of file CanvasMinimapRenderer.h.

Member Data Documentation

◆ h

float Olympe::MinimapViewportData::h

◆ w

float Olympe::MinimapViewportData::w

◆ x

float Olympe::MinimapViewportData::x

◆ y

float Olympe::MinimapViewportData::y

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