Init(VisualElement, IUxmlAttributes, CreationContext)
Initialize Vector3Field properties using values from the attribute bag.
Read time 1 minuteLast updated 12 days ago
Definition
- Type: Method
- Namespace: UnityEngine.UIElements
- Assembly: UnityEngine.UIElementsModule
public override void Init(VisualElement ve, IUxmlAttributes bag, CreationContext cc)
Parameters
The object to initialize.
The attribute bag.
The creation context; unused.