Click or drag to resize

HardwareJoystickMapCustomPlatformMapSimpleBaseMatchingCriteria Class

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 sealed class MatchingCriteria : HardwareJoystickMapCustomPlatformMapMatchingCriteria

The HardwareJoystickMapCustomPlatformMapSimpleBaseMatchingCriteria type exposes the following members.

Constructors
  NameDescription
Public methodHardwareJoystickMapCustomPlatformMapSimpleBaseMatchingCriteria
Initializes a new instance of the HardwareJoystickMapCustomPlatformMapSimpleBaseMatchingCriteria class
Top
Methods
  NameDescription
Public methodDeepClone (Inherited from HardwareJoystickMapCustomPlatformMapMatchingCriteria.)
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.
(Inherited from HardwareJoystickMapCustomPlatformMapMatchingCriteria.)
Top
Fields
  NameDescription
Public fieldname
A list of string names to match on. If defined, any matching name will result in a match.
(Inherited from HardwareJoystickMapCustomPlatformMapMatchingCriteria.)
Public fieldnameUseRegex
If enabled, name strings can contain regular expressions for matching.
(Inherited from HardwareJoystickMapCustomPlatformMapMatchingCriteria.)
Top
See Also