/
redgpu
/
ezEngine
Обзор
Документация
Войти
/
redgpu
/
ezEngine
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
dev
Code/Samples/SampleGamePlugin/SampleGame.ezPluginBundle
16 строк
498 B
Jan Krassnigg
Fixed #1950: Added AllowEnableReload option to ezPluginBundle (#1951)
01 июн 2026, 08:47
Не верифицирован
01 июн 2026, 08:47
7124806
Код
Авторство
О чём код?
// for a description of the options see: // https://ezengine.net/pages/docs/editor/editor-plugins.html PluginInfo { bool %AllowEnableReload{true} string %DisplayName{"Sample Game"} string %Description{"Contains the C++ code of the sample game project."} string %EditorPlugins{} string %EditorEnginePlugins{} string %RuntimePlugins{"ezSampleGamePlugin"} string %PackageDependencies{} string %RequiredPlugins{"Particles"} string %ExclusiveFeatures{"Sample"} string %EnabledInTemplates{} }