NumberGet the IdParam
Kind: Instance method of HapticRect
Returns: Number - the KEY_ID value
RectangleGet the Rect
Kind: Instance method of HapticRect
Returns: Rectangle - the KEY_RECT value
HapticRectSet the IdParam
Kind: Instance method of HapticRect
Returns: HapticRect - The class instance for method chaining.
| Param | Type | Description |
|---|---|---|
| id | Number |
A user control spatial identifier - The desired IdParam. {'num_min_value': 0, 'num_max_value': 2000000000} |
HapticRectSet the Rect
Kind: Instance method of HapticRect
Returns: HapticRect - The class instance for method chaining.
| Param | Type | Description |
|---|---|---|
| rect | Rectangle |
The position of the haptic rectangle to be highlighted. The center of this rectangle will be "touched" when a press occurs. - The desired Rect. |