Formatted EVERYTHING
This commit is contained in:
+9
-10
@@ -1,23 +1,22 @@
|
||||
#pragma once
|
||||
#include "Graphics/RenderPass/TextPass.h"
|
||||
#include "Graphics/RenderPass/UIPass.h"
|
||||
#include "MinimalEngine.h"
|
||||
#include "RenderHierarchy.h"
|
||||
#include "Graphics/RenderPass/UIPass.h"
|
||||
#include "Graphics/RenderPass/TextPass.h"
|
||||
|
||||
namespace Seele
|
||||
{
|
||||
namespace UI
|
||||
{
|
||||
|
||||
namespace Seele {
|
||||
namespace UI {
|
||||
DECLARE_REF(Panel)
|
||||
class System
|
||||
{
|
||||
public:
|
||||
class System {
|
||||
public:
|
||||
System();
|
||||
virtual ~System();
|
||||
void update();
|
||||
void updateViewport(Gfx::PViewport viewport);
|
||||
Component::Camera getVirtualCamera() const;
|
||||
private:
|
||||
|
||||
private:
|
||||
Component::Camera virtualCamera;
|
||||
PPanel rootPanel;
|
||||
RenderHierarchy hierarchy;
|
||||
|
||||
Reference in New Issue
Block a user