/
redgpu
/
ezEngine
Обзор
Документация
Войти
/
redgpu
/
ezEngine
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
dev
Code/EditorPlugins/ProcGen/EditorPluginProcGen/DragDropHandlers/ProcGenDragDropHandler.h
14 строк
493 B
Ingrater
Changes to build the Editor with LLVM/Clang (#266)
10 июн 2020, 09:35
Не верифицирован
10 июн 2020, 09:35
315ee12
Код
Авторство
О чём код?
#pragma once #include <EditorFramework/DragDrop/ComponentDragDropHandler.h> #include <EditorPluginProcGen/EditorPluginProcGenDLL.h> class EZ_EDITORPLUGINPROCGEN_DLL ezProcPlacementComponentDragDropHandler : public ezComponentDragDropHandler { EZ_ADD_DYNAMIC_REFLECTION(ezProcPlacementComponentDragDropHandler, ezComponentDragDropHandler); public: virtual float CanHandle(const ezDragDropInfo* pInfo) const override; virtual void OnDragBegin(const ezDragDropInfo* pInfo) override; };