Init(VisualElement, IUxmlAttributes, CreationContext)
Initializer for the UxmlTraits for the TextElement.
Read time 1 minuteLast updated 13 days ago
Definition
- Type: Method
- Namespace: UnityEngine.UIElements
- Assembly: UnityEngine.UIElementsModule
public override void Init(VisualElement ve, IUxmlAttributes bag, CreationContext cc)
Parameters
VisualElement to initialize.
Bag of attributes where to get the value from.
Creation Context, not used.