Hardware |
[SerializableAttribute] public abstract class MatchingCriteria : MatchingCriteria
The HardwareJoystickMapCustomPlatformMapMatchingCriteria type exposes the following members.
| Name | Description | |
|---|---|---|
| DeepClone | (Overrides MatchingCriteria_Base.DeepClone) | |
| 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. |
| Name | Description | |
|---|---|---|
| name | A list of string names to match on. If defined, any matching name will result in a match. | |
| nameUseRegex | If enabled, name strings can contain regular expressions for matching. |