Plasma Engine  2.0
Loading...
Searching...
No Matches
RmlUiView.h
1#pragma once
2
3#include <EditorEngineProcessFramework/EngineProcess/EngineProcessViewContext.h>
4
6
8{
9public:
12
13 bool UpdateThumbnailCamera(const plBoundingBoxSphere& bounds);
14
15protected:
16 virtual plViewHandle CreateView() override;
17 virtual void SetCamera(const plViewRedrawMsgToEngine* pMsg) override;
18
19 plRmlUiDocumentContext* m_pRmlUiContext;
20};
Represents the view/window on the engine process side, holds all data necessary for rendering.
Definition EngineProcessViewContext.h:54
Definition RmlUiContext.h:11
Definition RmlUiView.h:8
virtual plViewHandle CreateView() override
Create the actual view.
Definition RmlUiView.cpp:25
Definition Declarations.h:64
Definition EngineProcessMessages.h:257