/
redgpu
/
ezEngine
Обзор
Документация
Войти
/
redgpu
/
ezEngine
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
dev
Code/EditorPlugins/Scene/EditorPluginScene/Scene.ezPluginBundle
16 строк
482 B
Jan Krassnigg
Cleaned up ezPluginBundles (#1407)
17 окт 2024, 07:41
Не верифицирован
17 окт 2024, 07:41
cda9dad
Код
Авторство
О чём код?
// for a description of the options see: // https://ezengine.net/pages/docs/editor/editor-plugins.html PluginInfo { string %DisplayName{"Scene Editing"} string %Description{"Adds support for scenes and prefabs."} string %EditorPlugins{"ezEditorPluginScene"} string %EditorEnginePlugins{"ezEnginePluginScene"} string %RuntimePlugins{} string %PackageDependencies{} string %RequiredPlugins{} string %ExclusiveFeatures{} string %EnabledInTemplates{} bool %Mandatory{true} }