Enfusion Script API
|
Base class for custom UI tooltips. More...
Public Member Functions | |
void | Show (WorkspaceWidget pWorkspace, Widget pToolTipWidget, float desiredPosX, float desiredPosY) |
void | Hide (WorkspaceWidget pWorkspace, Widget pToolTipWidget) |
![]() | |
proto external ref Managed | Clone () |
Return shallow copy of object, or null if it is not allowed (not public constructor) | |
Static Public Member Functions | |
static proto void | CheckOverflow (WorkspaceWidget pWorkspace, inout float desiredPosX, inout float desiredPosY, float desiredSizeX, float desiredSizeY) |
Adjust tooltip position on screen edges. | |
static Widget | CreateTooltipWidget () |
Create UI widgets for tooltip class (each tooltip class has just one instance of its widgets) | |
Base class for custom UI tooltips.
|
static |
Adjust tooltip position on screen edges.
|
static |
Create UI widgets for tooltip class (each tooltip class has just one instance of its widgets)
void ScriptedWidgetTooltip.Hide | ( | WorkspaceWidget | pWorkspace, |
Widget | pToolTipWidget ) |
void ScriptedWidgetTooltip.Show | ( | WorkspaceWidget | pWorkspace, |
Widget | pToolTipWidget, | ||
float | desiredPosX, | ||
float | desiredPosY ) |