Init(VisualElement, IUxmlAttributes, CreationContext)
Initializes Foldout properties using values from the attribute bag.
Read time 1 minuteLast updated 11 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.