Class PageIndicator.UxmlTraits
Class containing the PageIndicator.UxmlTraits for the PageIndicator.
Inheritance
PageIndicator.UxmlTraits
Inherited Members
VisualElement.UxmlTraits.m_Name
VisualElement.UxmlTraits.m_PickingMode
Namespace: Unity.Muse.AppUI.UI
Assembly: Unity.Muse.AppUI.dll
Syntax
public class PageIndicator.UxmlTraits : BaseVisualElement.UxmlTraits
Methods
Init(VisualElement, IUxmlAttributes, CreationContext)
Initializes the VisualElement from the UXML attributes.
Declaration
public override void Init(VisualElement ve, IUxmlAttributes bag, CreationContext cc)
Parameters
Type | Name | Description |
---|---|---|
VisualElement | ve | The VisualElement to initialize. |
IUxmlAttributes | bag | The IUxmlAttributes bag to use to initialize the VisualElement. |
CreationContext | cc | The CreationContext to use to initialize the VisualElement. |