Click or drag to resize

HardwareJoystickMapCustomPlatformMapSimpleBase Class

Platform map interim base class required to support variants in subclasses.
Inheritance Hierarchy
SystemObject
  Platform
    Platform_Custom
      Rewired.Platforms.CustomHardwareJoystickMapCustomPlatformMap
        Rewired.Platforms.CustomHardwareJoystickMapCustomPlatformMapHardwareJoystickMapCustomPlatformMapSimpleBaseMatchingCriteria
          Rewired.Platforms.CustomHardwareJoystickMapCustomPlatformMapSimpleBase
            Rewired.Platforms.CustomHardwareJoystickMapCustomPlatformMapSimple

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

The HardwareJoystickMapCustomPlatformMapSimpleBase type exposes the following members.

Constructors
  NameDescription
Public methodHardwareJoystickMapCustomPlatformMapSimpleBase
Initializes a new instance of the HardwareJoystickMapCustomPlatformMapSimpleBase class
Top
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.
(Inherited from HardwareJoystickMapCustomPlatformMapTMatchingCriteria.)
Top
See Also