CreateViewController()
Creates the view controller for this view. Override this method in inheritors to change the controller type.
Read time 1 minuteLast updated 6 days ago
Definition
- Type: Method
- Namespace: UnityEngine.UIElements
- Assembly: UnityEngine.UIElementsModule
protected abstract CollectionViewController CreateViewController()
Returns
Type | Description |
|---|---|
| CollectionViewController | The view controller. |