/
redgpu
/
ezEngine
Обзор
Документация
Войти
/
redgpu
/
ezEngine
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
dev
Code/EditorPlugins/Assets/EditorPluginAssets/AnimationGraphAsset/AnimationGraphQt.h
18 строк
541 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/Connection.h> #include <GuiFoundation/VisualGraph/Node.h> #include <GuiFoundation/VisualGraph/Pin.h> #include <GuiFoundation/VisualGraph/Scene.moc.h> /// Qt graphics item for animation graph nodes. /// /// Visual representation of nodes in an animation graph, such as animation clips, blend nodes, or state transitions. class ezQtAnimationGraphNode : public ezQtVisualGraphNode { public: ezQtAnimationGraphNode(); virtual void UpdateState() override; };