Class SwipeView.UxmlTraits
Class containing the SwipeView.UxmlTraits for the SwipeView.
Inheritance
SwipeView.UxmlTraits
Inherited Members
VisualElement.UxmlTraits.m_Name
VisualElement.UxmlTraits.m_PickingMode
Namespace: Unity.Muse.AppUI.UI
Assembly: Unity.Muse.AppUI.dll
Syntax
public class SwipeView.UxmlTraits : BaseVisualElement.UxmlTraits
Properties
uxmlChildElementsDescription
Returns an enumerable containing UxmlChildElementDescription(typeof(VisualElement)), since VisualElements can contain other VisualElements.
Declaration
public override IEnumerable<UxmlChildElementDescription> uxmlChildElementsDescription { get; }
Property Value
Type | Description |
---|---|
IEnumerable<UxmlChildElementDescription> |
Overrides
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. |