Click or drag to resize

HardwareJoystickMapCustomPlatformMapMatchingCriteria Class

Base class for HardwareJoystickMap custom platform Matching Criteria. Determines if a controller matches.
Inheritance Hierarchy
SystemObject
  MatchingCriteria_Base
    MatchingCriteria
      Rewired.Platforms.CustomHardwareJoystickMapCustomPlatformMapMatchingCriteria
        Rewired.Platforms.CustomHardwareJoystickMapCustomPlatformMapSimpleBaseMatchingCriteria

Namespace:  Rewired.Platforms.Custom
Assembly:  Rewired_Core (in Rewired_Core.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
[SerializableAttribute]
public abstract class MatchingCriteria : MatchingCriteria

The HardwareJoystickMapCustomPlatformMapMatchingCriteria type exposes the following members.

Methods
  NameDescription
Public methodDeepClone (Overrides MatchingCriteria_Base.DeepClone.)
Public methodMatches
Determines if the controller matches to this platform map based on user-defined identifying information. Override this function to match on custom matching criteria.
Top
Fields
  NameDescription
Public fieldname
A list of string names to match on. If defined, any matching name will result in a match.
Public fieldnameUseRegex
If enabled, name strings can contain regular expressions for matching.
Top
See Also