Plasma Engine  2.0
Loading...
Searching...
No Matches
AnimatedMeshView.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 plAnimatedMeshContext* m_pContext = nullptr;
20};
Definition AnimatedMeshContext.h:12
Definition AnimatedMeshView.h:8
virtual plViewHandle CreateView() override
Create the actual view.
Definition AnimatedMeshView.cpp:27
Represents the view/window on the engine process side, holds all data necessary for rendering.
Definition EngineProcessViewContext.h:54
Definition Declarations.h:64
Definition EngineProcessMessages.h:257