PreDefined
A structure containing information about the Pre-Defined pattern to be played.
Inherits from:
IHapticsCommand
Public Methods
PreDefined Create
public static PreDefined Create(
Type patternType
)
Parameters
| Type | Name | Description |
|---|---|---|
| Type | patternType | Predefined haptics pattern types. |
MLResult StartHaptics
public MLResult StartHaptics()
Reimplements: StartHaptics
Public Attributes
PatternType
Pre-defined pattern to be played.
public readonly Type PatternType;
| Type | Description |
|---|---|
| readonly Type | Predefined haptics pattern types. |
Public Enums
Type
Predefined haptics pattern types.
| Enumerator | Value | Description |
|---|---|---|
| A | Pre-Defined pattern used for VKB hover. | |
| B | Pre-Defined pattern used for VKB select. | |
| C | Pre-Defined pattern used for homemenu hover. |