Class Badge.UxmlTraits
Class containing the Badge.UxmlTraits for the Badge.
Inheritance
Badge.UxmlTraits
Inherited Members
VisualElement.UxmlTraits.m_Name
VisualElement.UxmlTraits.m_PickingMode
Namespace: Unity.Muse.AppUI.UI
Assembly: Unity.Muse.AppUI.dll
Syntax
public class Badge.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. |