/
redgpu
/
ezEngine
Обзор
Документация
Войти
/
redgpu
/
ezEngine
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
dev
Code/EditorPlugins/Assets/EditorPluginAssets/AnimationGraphAsset/AnimationGraphAssetScene.moc.h
19 строк
467 B
Jan Krassnigg
Visual graph infrastructure cleanup (#1821)
19 фев 2026, 09:02
Не верифицирован
19 фев 2026, 09:02
7f7f12f
Код
Авторство
О чём код?
#pragma once #include <Foundation/Basics.h> #include <GuiFoundation/VisualGraph/Scene.moc.h> class ezQtVisualGraphScene; class ezQtVisualGraphView; /// Qt scene for animation graph asset editing. /// /// Manages the visual scene for editing animation graph assets in the editor. class ezQtAnimationGraphAssetScene : public ezQtVisualGraphScene { Q_OBJECT public: ezQtAnimationGraphAssetScene(QObject* pParent = nullptr); ~ezQtAnimationGraphAssetScene(); };