Class HelpBox.UxmlTraits
Defines HelpBox.UxmlTraits for the HelpBox.
Inherited Members
Namespace: UnityEngine.UIElements
Syntax
public class UxmlTraits : VisualElement.UxmlTraits
Methods
Init(VisualElement, IUxmlAttributes, CreationContext)
Initializes HelpBox properties with values from an attribute bag.
Declaration
public override void Init(VisualElement ve, IUxmlAttributes bag, CreationContext cc)
Parameters
Type | Name | Description |
---|---|---|
VisualElement | ve | The Element to initialize. |
IUxmlAttributes | bag | The attribute bag. |
CreationContext | cc | The creation context; unused. |