Click or drag to resize

HardwareJoystickMapCustomPlatformMapSimpleSO Class

The simplest implementation of custom platform map serialized data. Matches to devices on the device name string. Use this if you do not need to match on other user-defined properties.
Inheritance Hierarchy
SystemObject
  Object
    ScriptableObject
      Rewired.Platforms.CustomHardwareJoystickMapCustomPlatformMapSO
        Rewired.Platforms.CustomHardwareJoystickMapCustomPlatformMapSimpleSO

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 HardwareJoystickMapCustomPlatformMapSimpleSO : HardwareJoystickMapCustomPlatformMapSO

The HardwareJoystickMapCustomPlatformMapSimpleSO type exposes the following members.

Constructors
  NameDescription
Public methodHardwareJoystickMapCustomPlatformMapSimpleSO
Initializes a new instance of the HardwareJoystickMapCustomPlatformMapSimpleSO class
Top
Properties
  NameDescription
Public propertyhideFlags (Inherited from Object.)
Public propertyname (Inherited from Object.)
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetInstanceID (Inherited from Object.)
Public methodGetPlatformMap
Returns the Platform Map.
(Overrides HardwareJoystickMapCustomPlatformMapSOGetPlatformMap.)
Public methodMatches
Determines if the platform map matches the hardware type guid.
(Inherited from HardwareJoystickMapCustomPlatformMapSO.)
Public methodSetDirty Obsolete. (Inherited from ScriptableObject.)
Public methodToString (Inherited from Object.)
Top
Fields
  NameDescription
Public fieldhardwareJoystickMap
The joystick to which this platform map belongs. This must be assigned a HardwareJoystickMap (controller definition).
(Inherited from HardwareJoystickMapCustomPlatformMapSO.)
Public fieldplatformMap
The platform map. This contains all the serialized data.
Top
See Also