Method Init
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. |