Class ScrollablePagination
Example script of how to navigate a Scrolling
Namespace: Microsoft.MixedReality.Toolkit.Examples.Demos
Assembly: cs.temp.dll.dll
Syntax
public class ScrollablePagination : MonoBehaviour
Properties
ScrollView
The ScrollingObjectCollection to navigate.
Declaration
public ScrollingObjectCollection ScrollView { get; set; }
Property Value
Type | Description |
---|---|
Scrolling |
Methods
ScrollByTier(Int32)
Smoothly moves the scroll container a relative number of tiers of cells.
Declaration
public void ScrollByTier(int amount)
Parameters
Type | Name | Description |
---|---|---|
Int32 | amount |