Fling Engine  0.00.1
Fling Engine is a game engine written in Vulkan
Public Member Functions
Sandbox::SandboxUI Class Reference

Owns the drawing of any UI elements for the Sandbox game. More...

#include <SandboxUI.h>

Public Member Functions

 SandboxUI ()=default
 
 ~SandboxUI ()=default
 
void NewFrame (entt::registry &t_Reg)
 Draw the sandbox game ImGui UI elements. More...
 

Detailed Description

Owns the drawing of any UI elements for the Sandbox game.

Constructor & Destructor Documentation

◆ SandboxUI()

Sandbox::SandboxUI::SandboxUI ( )
default

◆ ~SandboxUI()

Sandbox::SandboxUI::~SandboxUI ( )
default

Member Function Documentation

◆ NewFrame()

void Sandbox::SandboxUI::NewFrame ( entt::registry &  t_Reg)

Draw the sandbox game ImGui UI elements.


The documentation for this class was generated from the following files: