Epok Engine

EPOK RUNTIME

epok::HudRenderer

Class

Class

Class declared by the hud module for native HUD layout, drawing and focus navigation.

Namespace
epok
Header
hud.hpp
Include
#include "hud.hpp"
Module
hud
Source
runtime/hud.hpp:11

Basic usage

This minimal snippet shows the normal syntax for reaching the type. Open a member below for an operation-specific example.

C++ example
#include "hud.hpp"

epok::HudRenderer& value = /* obtain a valid instance from your game */;

Public methods