Click or drag to resize

HandUIMenuScrollerTooltipReferences Class

A reference to the tooltip canvas
Inheritance Hierarchy
SystemObject
  ImmerseSDK.UIHandUIMenuScrollerTooltipReferences

Namespace:  ImmerseSDK.UI
Assembly:  ImmerseSDK.App (in ImmerseSDK.App.dll) Version: 3.9.0.0 (3.9.0.0)
Syntax
C#
[SerializableAttribute]
public class TooltipReferences

The HandUIMenuScrollerTooltipReferences type exposes the following members.

Constructors
  NameDescription
Public methodHandUIMenuScrollerTooltipReferences
Initializes a new instance of the HandUIMenuScrollerTooltipReferences class
Top
Properties
  NameDescription
Public propertyIsValid
True if the tooltip has valid references
Top
Methods
  NameDescription
Public methodSetColor
Sets the color of the text
Public methodShow
Show or Hide the tooltip
Public methodUpdateText
Sets the text on the tooltip
Top
Fields
  NameDescription
Private field_tooltip
Reference to the tootip root object
Private field_tooltipHeadingText
The text component of the heading
Private field_tooltipValueText
The text component of the value
Top
See Also