This version of Unity is unsupported.
Experimental: this API is experimental and might be changed or removed in the future.

UxmlTraits

class in UnityEngine.Experimental.UIElements

/

Inherits from:Experimental.UIElements.VisualElement.UxmlTraits

/

Implemented in:UnityEngine.UIElementsModule

Description

UxmlTraits for the Scroller.

Properties

uxmlChildElementsDescriptionReturns an empty enumerable, as scrollers do not have children.

Constructors

Scroller.UxmlTraitsConstructor.

Public Methods

InitInitialize Scroller properties using values from the attribute bag.

Inherited Members

Properties

canHaveAnyAttributeMust return true if the UXML element attributes are not restricted to the values enumerated by UxmlTraits.uxmlAttributesDescription.
uxmlAttributesDescriptionDescribes the UXML attributes expected by the element. The attributes enumerated here will appear in the UXML schema.
uxmlChildElementsDescriptionDescribes the types of element that can appear as children of this element in a UXML file.
uxmlChildElementsDescriptionReturns an enumerable containing UxmlChildElementDescription(typeof(VisualElement)), since VisualElements can contain other VisualElements.