Class MaskField.UxmlTraits
Defines MaskField.UxmlTraits for the MaskField.
Inheritance
MaskField.UxmlTraits
Inherited Members
Namespace: UnityEditor.UIElements
Syntax
public class UxmlTraits : BaseField<int>.UxmlTraits
Methods
Init(VisualElement, IUxmlAttributes, CreationContext)
Initializes the MaskField.UxmlTraits for MaskField.
Declaration
public override void Init(VisualElement ve, IUxmlAttributes bag, CreationContext cc)
Parameters
Type | Name | Description |
---|---|---|
VisualElement | ve | The VisualElement that will be populated. |
IUxmlAttributes | bag | The bag from where the attributes are taken. |
CreationContext | cc | The creation context, unused. |
Overrides
UnityEngine.UIElements.BaseField<System.Int32>.UxmlTraits.Init(UnityEngine.UIElements.VisualElement, UnityEngine.UIElements.IUxmlAttributes, UnityEngine.UIElements.CreationContext)