/
redgpu
/
ezEngine
Обзор
Документация
Войти
/
redgpu
/
ezEngine
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
release-23.4
Code/EnginePlugins/XBoxControllerPlugin/XBoxController.ezPluginBundle
15 строк
486 B
Jan Krassnigg
Refactored editor plugin management (#599)
29 июн 2022, 14:11
Не верифицирован
29 июн 2022, 14:11
6646209
Код
Авторство
О чём код?
// for a description of the options see: // Code/EditorPlugins/Assets/EditorPluginAssets/Assets.ezPluginBundle PluginInfo { string %DisplayName{"XBox Controller"} string %Description{"Adds support for input via the XBox controller."} string %EditorPlugins{} string %EditorEnginePlugins{} string %RuntimePlugins{"ezXBoxControllerPlugin"} string %PackageDependencies{} string %RequiredPlugins{} string %ExclusiveFeatures{} string %EnabledInTemplates{"General2D", "General3D"} }