/
redgpu
/
ezEngine
Обзор
Документация
Войти
/
redgpu
/
ezEngine
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
dev
Code/EditorPlugins/Particle/EnginePluginParticle/ParticleAsset/ParticleView.h
19 строк
457 B
Ingrater
Format everything using clang-format (#267)
22 июл 2020, 21:23
Не верифицирован
22 июл 2020, 21:23
878ce7e
Код
Авторство
О чём код?
#pragma once #include <EditorEngineProcessFramework/EngineProcess/EngineProcessViewContext.h> class ezParticleContext; class ezParticleViewContext : public ezEngineProcessViewContext { public: ezParticleViewContext(ezParticleContext* pParticleContext); ~ezParticleViewContext(); void PositionThumbnailCamera(const ezBoundingBoxSphere& bounds); protected: virtual ezViewHandle CreateView() override; ezParticleContext* m_pParticleContext; };