Rewired. |
Class | Description | |
---|---|---|
![]() | CustomInputSource | Custom input source base class. |
![]() | CustomInputSourceAxis | Controller axis element. |
![]() | CustomInputSourceButton | Controller button element. |
![]() | CustomInputSourceController | Custom input source Controller base class. |
![]() | CustomInputSourceElement | Controller element base class. |
![]() | CustomInputSourceJoystick | Joystick base class. |
![]() | CustomPlatformConfigVars | Platform vars for a custom platform |
![]() | CustomPlatformInitOptions | Options required to configure a custom platform. |
![]() | CustomPlatformInputSource | Custom platform input source base class. |
![]() | CustomPlatformInputSourceInitOptions | Initialization options for the custom platform input source. |
![]() | CustomPlatformInputSourceJoystick | Joystick base class. |
![]() | CustomPlatformUnifiedControllerSource | |
![]() | CustomPlatformUnifiedKeyboardSource | |
![]() | CustomPlatformUnifiedKeyboardSourceKeyPropertyMap | A map of key properties. |
![]() | CustomPlatformUnifiedKeyboardSourceKeyPropertyMapKey | |
![]() | CustomPlatformUnifiedMouseSource | |
![]() | HardwareJoystickMapCustomPlatformMap | Base class for HardwareJoystickMap custom platform map. |
![]() | HardwareJoystickMapCustomPlatformMapAxis | An axis element. Maps from device element to a Rewired Controller axis. |
![]() | HardwareJoystickMapCustomPlatformMapButton | A button element. Maps from device element to a Rewired Controller button. |
![]() | HardwareJoystickMapCustomPlatformMapElements | Contains controller element maps. |
![]() | HardwareJoystickMapCustomPlatformMapMatchingCriteria | Base class for HardwareJoystickMap custom platform Matching Criteria. Determines if a controller matches. |
![]() | HardwareJoystickMapCustomPlatformMapTMatchingCriteria | Base class for HardwareJoystickMap custom platform map. |
![]() | HardwareJoystickMapCustomPlatformMapSimple | A simple HardwareJoystickMap platform map implementation that matches on the device name string. Use this if you do not need to match on other user-defined properties. |
![]() | HardwareJoystickMapCustomPlatformMapSimpleBase | Platform map interim base class required to support variants in subclasses. |
![]() | HardwareJoystickMapCustomPlatformMapSimpleBaseMatchingCriteria | Determines if a controller matches. |
![]() | HardwareJoystickMapCustomPlatformMapSimpleSO | The simplest implementation of custom platform map serialized data. Matches to devices on the device name string. Use this if you do not need to match on other user-defined properties. |
![]() | HardwareJoystickMapCustomPlatformMapSO | Base class for custom platform map serialized data. |
Interface | Description | |
---|---|---|
![]() | ICustomPlatformInitializer | Interface for initializing a custom platform. Add a Component on the Rewired Input Manager GameObject that implements this interface to initialize custom platforms. |
![]() | IHardwareJoystickMapCustomPlatformMapProvider | User-defined joystick platform map provider. |