CreateInstance(VisualElement)
Creates the component this data describes on owner.
Read time 1 minuteLast updated 7 days ago
Definition
- Type: Method
- Namespace: UnityEngine.UIElements
- Assembly: UnityEngine.UIElementsModule
public abstract object CreateInstance(VisualElement owner)
Parameters
The element the component attaches to.
Returns
Type | Description |
|---|---|
| Object | The owner element. |