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

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

    Show / Hide Table of Contents

    Class SlateTests

    Inheritance
    Object
    SlateTests
    Inherited Members
    Object.ToString()
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Namespace: Microsoft.MixedReality.Toolkit.Tests
    Assembly: cs.temp.dll.dll
    Syntax
    public class SlateTests

    Methods

    InstantiateGGVScroll()

    Test hand ray scroll instantiated from prefab

    Declaration
    public IEnumerator InstantiateGGVScroll()
    Returns
    Type Description
    IEnumerator

    PrefabGGVScroll()

    Test ggv scroll instantiated from prefab

    Declaration
    public IEnumerator PrefabGGVScroll()
    Returns
    Type Description
    IEnumerator

    PrefabGGVZoom()

    Test ggv (gaze, gesture, and voice) zooming instantiated from prefab

    Declaration
    public IEnumerator PrefabGGVZoom()
    Returns
    Type Description
    IEnumerator

    PrefabRayScroll()

    Test hand ray scroll instantiated from prefab

    Declaration
    public IEnumerator PrefabRayScroll()
    Returns
    Type Description
    IEnumerator

    PrefabTouchScroll()

    Tests touch scrolling instantiated from prefab

    Declaration
    public IEnumerator PrefabTouchScroll()
    Returns
    Type Description
    IEnumerator

    PrefabTouchZoom()

    Test touch zooming instantiated from prefab

    Declaration
    public IEnumerator PrefabTouchZoom()
    Returns
    Type Description
    IEnumerator

    Setup()

    Declaration
    public IEnumerator Setup()
    Returns
    Type Description
    IEnumerator

    TearDown()

    Declaration
    public IEnumerator TearDown()
    Returns
    Type Description
    IEnumerator

    ZoomRotatedSlate()

    Test zooming in using far and near interaction on a slate that is rotated 90 degrees around up vector. This test guarantees that the z component of the hand or controller position is being considered on the zooming logic.

    Declaration
    public IEnumerator ZoomRotatedSlate()
    Returns
    Type Description
    IEnumerator
    Back to top Generated by DocFX