Click or drag to resize

HardwareJoystickMapCustomPlatformMap Class

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

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 : Platform_Custom

The HardwareJoystickMapCustomPlatformMap type exposes the following members.

Properties
  NameDescription
Public propertyassignedAxisCount
Gets the number of assigned axes.
(Overrides Platform.assignedAxisCount.)
Public propertyassignedButtonCount
Gets the number of assigned buttons.
(Overrides Platform.assignedButtonCount.)
Top
Methods
  NameDescription
Public methodDeepClone (Overrides Platform.DeepClone.)
Public methodGetVariants (Overrides Platform.GetVariants.)
Top
Fields
  NameDescription
Public fieldelements
The elements object.
Top
See Also