Property | Description |
canGrabFocus |
Return true if the element can be focused.
|
delegatesFocus |
Whether the element should delegate the focus to its children.
|
focusable |
True if the element can be focused.
|
focusController |
Return the focus controller for this element.
|
tabIndex |
An integer used to sort focusables in the focus ring. Must be greater than or equal to zero.
|
childCount |
Number of child elements in this object's contentContainer. |
contentContainer |
Child elements are added to it, usually this is the same as the element itself.
|
contentRect |
The rectangle of the content area of the element, in the local space of the element. (Read Only)
|
customStyle |
The custom style properties accessor of a VisualElement (Read Only).
|
enabledInHierarchy |
Returns true if the VisualElement is enabled in its own hierarchy.
|
enabledSelf |
Returns true if the VisualElement is enabled locally.
|
experimental |
Returns the UIElements experimental interfaces.
|
generateVisualContent |
Delegate function to generate the visual content of a visual element.
|
hierarchy |
Access to this element physical hierarchy |
layout |
The position and size of the VisualElement relative to its parent, as computed by the layout system. (Read Only)
|
localBound |
AABB after applying the transform to the rect, but before applying the layout translation.
|
name |
The name of this VisualElement.
|
paddingRect |
The rectangle of the padding area of the element, in the local space of the element.
|
panel |
The panel onto which this VisualElement is attached.
|
parent |
The parent of this VisualElement.
|
pickingMode |
Determines if this element can be pick during mouseEvents or IPanel.Pick queries.
|
resolvedStyle |
The final computed style values on a VisualElement (Read Only).
|
schedule |
Retrieves this VisualElement's IVisualElementScheduler
|
style |
Sets the style values on a VisualElement.
|
styleSheets |
Returns a VisualElementStyleSheetSet that manipulates style sheets attached to this element.
|
this[int] |
Retrieves the child element at a specific index.
|
tooltip |
Text to display inside an information box after the user hovers the element for a small amount of time. This is only supported in the Editor UI.
|
transform |
Returns a transform object for this VisualElement.
ITransform
|
|