Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


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

protected abstract CollectionViewController CreateViewController()

Returns

Type

Description

CollectionViewControllerThe view controller.