Class DropdownField.UxmlTraits
Defines DropdownField.UxmlTraits for the DropdownField.
Inheritance
DropdownField.UxmlTraits
Inherited Members
Namespace: UnityEngine.UIElements
Syntax
public class UxmlTraits : BaseField<string>.UxmlTraits
Methods
Init(VisualElement, IUxmlAttributes, CreationContext)
Declaration
public override void Init(VisualElement ve, IUxmlAttributes bag, CreationContext cc)
Parameters
Type | Name | Description |
---|---|---|
VisualElement | ve | |
IUxmlAttributes | bag | |
CreationContext | cc |
Overrides
UnityEngine.UIElements.BaseField<System.String>.UxmlTraits.Init(UnityEngine.UIElements.VisualElement, UnityEngine.UIElements.IUxmlAttributes, UnityEngine.UIElements.CreationContext)