ScrollablePagination Class 
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Example script of how to navigate a ScrollingObjectCollection by pagination. Allows the call to scroll pagination methods from the inspector.
public ref class ScrollablePagination : UnityEngine::MonoBehaviourpublic class ScrollablePagination : UnityEngine.MonoBehaviourtype ScrollablePagination = class
    inherit MonoBehaviourPublic Class ScrollablePagination
Inherits MonoBehaviour- Inheritance
- 
				UnityEngine.MonoBehaviourScrollablePagination
Constructors
| ScrollablePagination() | 
Properties
| ScrollView | The ScrollingObjectCollection to navigate. | 
Methods
| ScrollByTier(Int32) | Smoothly moves the scroll container a relative number of tiers of cells. |