CreateInstance()
Returns an instance of the declaring element.
Read time 1 minuteLast updated 5 days ago
Definition
- Type: Method
- Namespace: UnityEngine.UIElements
- Assembly: UnityEngine.UIElementsModule
public abstract object CreateInstance()
Returns
Type | Description |
|---|---|
| Object | The new instance of the declaring element. |