Bearbeiten

ScrollablePagination Class

Definition

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::MonoBehaviour
public class ScrollablePagination : UnityEngine.MonoBehaviour
type ScrollablePagination = class
    inherit MonoBehaviour
Public Class ScrollablePagination
Inherits MonoBehaviour
Inheritance
UnityEngine.MonoBehaviour
ScrollablePagination

Constructors

ScrollablePagination()

Properties

ScrollView

The ScrollingObjectCollection to navigate.

Methods

ScrollByTier(Int32)

Smoothly moves the scroll container a relative number of tiers of cells.

Applies to