Click or drag to resize

HardwareJoystickMapCustomPlatformMapSO Class

Base class for custom platform map serialized data.
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 abstract class HardwareJoystickMapCustomPlatformMapSO : ScriptableObject

The HardwareJoystickMapCustomPlatformMapSO type exposes the following members.

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 Gets the platform map.
Public methodMatches Determines if the platform map matches the hardware type guid.
Public methodSetDirty
(Inherited from ScriptableObject)
Obsolete
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).
Top
See Also