/
redgpu
/
ezEngine
Обзор
Документация
Войти
/
redgpu
/
ezEngine
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
release-26.3
Code/EnginePlugins/AngelScriptPlugin/AngelScript.ezPluginBundle
16 строк
543 B
Jan Krassnigg
Automatically link against used engine plugins (#1761)
06 янв 2026, 22:51
Не верифицирован
06 янв 2026, 22:51
94ccbae
Код
Авторство
О чём код?
// for a description of the options see: // https://ezengine.net/pages/docs/editor/editor-plugins.html PluginInfo { string %DisplayName{"AngelScript"} string %Description{"Adds support for scripting via AngelScript."} string %EditorPlugins{"ezEditorPluginAngelScript"} string %EditorEnginePlugins{"ezEnginePluginAngelScript"} string %RuntimePlugins{"ezAngelScriptPlugin"} string %PackageDependencies{} string %RequiredPlugins{} string %ExclusiveFeatures{} string %EnabledInTemplates{} string %CMakeTargetName{"AngelScriptPlugin"} }