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.CustomAssembly: Rewired_Core (in Rewired_Core.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic virtual bool Matches(
Object customIdentifier
)
Parameters
- customIdentifier Object
- User-defined identifying information supplied to the Controller on creation.
Return Value
BooleanTrue if identifying information matches, false if not.
See Also