/
redgpu
/
ezEngine
Обзор
Документация
Войти
/
redgpu
/
ezEngine
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
dev
Code/EditorPlugins/Jolt/EnginePluginJolt/SceneExport/JoltStaticMeshConversion.h
12 строк
491 B
Jan Krassnigg
Fixed #905: Greybox collision mesh geometry is not exported by prefabs anymore (#908)
27 мар 2023, 14:44
Не верифицирован
27 мар 2023, 14:44
a663618
Код
Авторство
О чём код?
#pragma once #include <EditorEngineProcessFramework/SceneExport/SceneExportModifier.h> #include <EnginePluginJolt/EnginePluginJoltDLL.h> class EZ_ENGINEPLUGINJOLT_DLL ezSceneExportModifier_JoltStaticMeshConversion : public ezSceneExportModifier { EZ_ADD_DYNAMIC_REFLECTION(ezSceneExportModifier_JoltStaticMeshConversion, ezSceneExportModifier); public: virtual void ModifyWorld(ezWorld& ref_world, ezStringView sDocumentType, const ezUuid& documentGuid, bool bForExport) override; };