Tooltip widget.
More...
#include <Tooltip.hpp>
|
| void | Show (_u::Vector3 p_Position, std::u16string_view p_Text) |
| | Show the tooltip.
|
| |
| void | Hide () |
| | Hide the tooltip.
|
| |
|
| static Tooltip * | Create (_u::RectTransform *p_Parent) |
| | Create a tooltip.
|
| |
Tooltip widget.
Definition at line 25 of file Tooltip.hpp.
◆ Create()
| static Tooltip * CP_SDK::UI::Tooltip::Create |
( |
_u::RectTransform * |
p_Parent | ) |
|
|
static |
Create a tooltip.
- Parameters
-
◆ Hide()
| void CP_SDK::UI::Tooltip::Hide |
( |
| ) |
|
◆ Show()
| void CP_SDK::UI::Tooltip::Show |
( |
_u::Vector3 |
p_Position, |
|
|
std::u16string_view |
p_Text |
|
) |
| |
Show the tooltip.
- Parameters
-
| p_Position | World position |
| p_Text | Tooltip text |
The documentation for this class was generated from the following file: