Init(VisualElement, IUxmlAttributes, CreationContext)
Initializes the UxmlTraits for the RectIntField.
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
The VisualElement to be initialized.
Bags of attributes where the values come from.
Creation Context, unused.