Plasma Engine  2.0
Loading...
Searching...
No Matches
ParticleView.h
1#pragma once
2
3#include <EditorEngineProcessFramework/EngineProcess/EngineProcessViewContext.h>
4
6
8{
9public:
12
13 void PositionThumbnailCamera(const plBoundingBoxSphere& bounds);
14
15protected:
16 virtual plViewHandle CreateView() override;
17
18 plParticleContext* m_pParticleContext;
19};
Represents the view/window on the engine process side, holds all data necessary for rendering.
Definition EngineProcessViewContext.h:54
Definition ParticleContext.h:13
Definition ParticleView.h:8
virtual plViewHandle CreateView() override
Create the actual view.
Definition ParticleView.cpp:22
Definition Declarations.h:64