The VirtualWidget class in the Editor
namespace represents a UI component with various interactive states and properties. It provides methods to manipulate its appearance and retrieve its current state.
The VirtualWidget class in the Editor
namespace represents a UI component with various interactive states and properties. It provides methods to manipulate its appearance and retrieve its current state.
Member Name | Summary |
---|---|
PaintBackground | Paints the background of the widget with a specified color and radius. |
GetForegroundColor | Returns the current foreground color of the widget. |
Rect | The rectangle area of the widget. |
Object | An associated object with the widget. |
Hovered | Indicates whether the widget is currently hovered over. |
Selected | Indicates whether the widget is selected. |
Pressed | Indicates whether the widget is pressed. |
Dropping | Indicates whether the widget is in a dropping state. |
Dragging | Indicates whether the widget is being dragged. |
Row | The row position of the widget. |
Column | The column position of the widget. |
Indent | The indentation level of the widget. |
HasChildren | Indicates whether the widget has child elements. |
IsOpen | Indicates whether the widget is open. |