HardwareJoystickMapCustomPlatformMapMatchingCriteriaMatches Method |
Determines if the controller matches to this platform map based on user-defined identifying information.
Override this function to match on custom matching criteria.
Namespace:
Rewired.Platforms.Custom
Assembly:
Rewired_Core (in Rewired_Core.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public virtual bool Matches(
Object customIdentifier
)
Parameters
- customIdentifier
- Type: SystemObject
User-defined identifying information supplied to the Controller on creation.
Return Value
Type:
BooleanTrue if identifying information matches, false if not.
See Also