ToolTip¶
ToolTip is used to show additional but not essentially important information about an object. This is currently used in Slider.
Usage¶
ToolTip can be created by calling Lydie.Components.View.ToolTip
:
Properties¶
Name | Description | Required | Default |
---|---|---|---|
Text |
The text string of the tooltip | nil |
|
AnchorPoint |
The anchor point of the tooltip | Vector2.new(0.5, 1) |
|
Position |
The relative position of the tooltip | UDim2.new(0.5, 0, 0, -6) |
|
Visible |
The visibility of the tooltip | true |
|
[Fusion.Children] |
The children of the window container | nil |