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+e8257758c3446d922301bab0e4637a0e5ec1862f
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