Namespace Scylla.Input.Editor
Classes
ControlSchemeDrawer
Provides static editor utility methods for rendering ControlScheme data inside Unity custom inspectors and editor windows.
DeviceStatusWidget
Provides static editor utility methods for rendering InputDevice information with
color-coded type badges, used consistently across Scylla Input editor tools.
IconMappingDrawer
Provides static editor utility methods for rendering individual IconMapping entries
inside a ReorderableList, as used by InputIconSetEditor.
InputIconSetEditor
Custom Unity editor for InputIconSet ScriptableObjects built with UI Toolkit.
ScyllaInputConfigurationEditor
Custom Unity inspector for ScyllaInputConfiguration assets built with UI Toolkit.
ScyllaInputContextConfigurationEditor
Custom Unity inspector for ScyllaInputContextConfiguration assets built entirely with UI Toolkit.
ScyllaInputDependencyProvider
Declares the external dependencies required by the Scylla Input module so that the Scylla dependency checker can report missing or outdated packages in the Unity Editor.
ScyllaInputEditor
Custom inspector for the ScyllaInput module built with UI Toolkit. Extends Scylla.Core.Editor.ScyllaModuleEditor with Input-specific runtime sections.
ScyllaInputMenuItems
Defines Unity Editor menu items for creating and managing the ScyllaInput module, accessible from the top-level Scylla menu and from the GameObject context menu.
ScyllaInputWizard
Guided 9-step setup wizard for the Scylla Input module built with UI Toolkit. Extends Scylla.Core.Editor.ScyllaWizardWindowBase with the Sidebar layout to walk the user through every aspect of Input module configuration and generate the required assets.