Class Mask.UxmlTraits
Class containing the Mask.UxmlTraits for the ExVisualElement.
Inheritance
Mask.UxmlTraits
Inherited Members
VisualElement.UxmlTraits.m_Name
VisualElement.UxmlTraits.m_PickingMode
Namespace: Unity.Muse.AppUI.UI
Assembly: Unity.Muse.AppUI.dll
Syntax
public class Mask.UxmlTraits : Image.UxmlTraits
Methods
Init(VisualElement, IUxmlAttributes, CreationContext)
Initialize the Mask using values from the attribute bag.
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 to read values from. |
CreationContext | cc | The CreationContext to use. |