日本語翻訳ドキュメントはサポートを終了しました

MRTK 2.6 以降のドキュメントについては、公式の Microsoft ドキュメント を参照してください。

    Show / Hide Table of Contents

    Class ScrollablePagination

    Example script of how to navigate a ScrollingObjectCollection by pagination. Allows the call to scroll pagination methods from the inspector.

    Inheritance
    Object
    ScrollablePagination
    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
    ScrollingObjectCollection

    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
    Back to top Generated by DocFX