Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


SetViewController(CollectionViewController)

Assigns the view controller for this view and registers all events required for it to function properly.
Read time 1 minuteLast updated 6 days ago

Definition

public override void SetViewController(CollectionViewController controller)

Parameters

The controller to use with this view.

Remarks

The controller should implement BaseTreeViewController.