Click or drag to resize

HardwareJoystickMapCustomPlatformMapTMatchingCriteria Class

Base class for HardwareJoystickMap custom platform map.
Inheritance Hierarchy
SystemObject
  Platform
    Platform_Custom
      Rewired.Platforms.CustomHardwareJoystickMapCustomPlatformMap
        Rewired.Platforms.CustomHardwareJoystickMapCustomPlatformMapTMatchingCriteria
          Rewired.Platforms.CustomHardwareJoystickMapCustomPlatformMapSimpleBase

Namespace:  Rewired.Platforms.Custom
Assembly:  Rewired_Core (in Rewired_Core.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
[SerializableAttribute]
public abstract class HardwareJoystickMapCustomPlatformMap<TMatchingCriteria> : HardwareJoystickMapCustomPlatformMap
where TMatchingCriteria : HardwareJoystickMapCustomPlatformMapMatchingCriteria

Type Parameters

TMatchingCriteria
The user-defined matching criteria type. Must be serializable and inherit from HardwareJoystickMapCustomPlatformMatchingCriteria<TCustomData>.

The HardwareJoystickMapCustomPlatformMapTMatchingCriteria type exposes the following members.

Properties
  NameDescription
Public propertyassignedAxisCount
Gets the number of assigned axes.
(Inherited from HardwareJoystickMapCustomPlatformMap.)
Public propertyassignedButtonCount
Gets the number of assigned buttons.
(Inherited from HardwareJoystickMapCustomPlatformMap.)
Top
Methods
Fields
  NameDescription
Public fieldelements
The elements object.
(Inherited from HardwareJoystickMapCustomPlatformMap.)
Public fieldmatchingCriteria
The user-defined matching criteria object. Determines whether this platform map matches to a particular controller.
Top
See Also