Loading...
Searching...
No Matches
realvirtual.rvUITooltipGenerator Class Reference
Inheritance diagram for realvirtual.rvUITooltipGenerator:
Public Member Functions | |
| void | OnPointerEnter (PointerEventData eventData) |
| void | OnPointerExit (PointerEventData eventData) |
| void | OnPointerDown (PointerEventData eventData) |
| void | OnWindowStyleChanged (rvUIMenuWindow.Style newStyle) |
| Called when the parent window's style has changed. | |
Public Attributes | |
| string | text |
| float | delay |
| rvUIRelativePlacement.Placement | placement |
Member Function Documentation
◆ OnWindowStyleChanged()
| void realvirtual.rvUITooltipGenerator.OnWindowStyleChanged | ( | rvUIMenuWindow.Style | newStyle | ) |
Called when the parent window's style has changed.
Implementing components should adjust their layout, positioning, or behavior accordingly.
- Parameters
-
newStyle The new window style
Implements realvirtual.IRuntimeWindowStyle.