SetViewController(CollectionViewController)
Assigns the view controller for this view and registers all events required for it to function properly.
Read time 1 minuteLast updated 5 days ago
Definition
- Type: Method
- Namespace: UnityEngine.UIElements
- Assembly: UnityEngine.UIElementsModule
public virtual void SetViewController(CollectionViewController controller)
Parameters
The controller to use with this view.