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+20d1932ee9c49d9b6496f76a0835fd9b82311ad2
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