HardwareJoystickMapCustomPlatformMapSimpleBaseMatchingCriteria Class |
Namespace: Rewired.Platforms.Custom
[SerializableAttribute] public sealed class MatchingCriteria : HardwareJoystickMapCustomPlatformMapMatchingCriteria
The HardwareJoystickMapCustomPlatformMapSimpleBaseMatchingCriteria type exposes the following members.
Name | Description | |
---|---|---|
![]() | HardwareJoystickMapCustomPlatformMapSimpleBaseMatchingCriteria | Initializes a new instance of the HardwareJoystickMapCustomPlatformMapSimpleBaseMatchingCriteria class |
Name | Description | |
---|---|---|
![]() | DeepClone | (Inherited from HardwareJoystickMapCustomPlatformMapMatchingCriteria.) |
![]() | Matches |
Determines if the controller matches to this platform map based on user-defined identifying information.
Override this function to match on custom matching criteria.
(Inherited from HardwareJoystickMapCustomPlatformMapMatchingCriteria.) |
Name | Description | |
---|---|---|
![]() | name |
A list of string names to match on. If defined, any matching name will result in a match.
(Inherited from HardwareJoystickMapCustomPlatformMapMatchingCriteria.) |
![]() | nameUseRegex |
If enabled, name strings can contain regular expressions for matching.
(Inherited from HardwareJoystickMapCustomPlatformMapMatchingCriteria.) |