We've moved!

Starting from MRTK 2.6, we are publishing both conceptual docs and API references on docs.microsoft.com. For conceptual docs, please visit our new landing page. For API references, please visit the MRTK-Unity section of the dot net API explorer. Existing content will remain here but will not be updated further.

    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

    Instantiate_GGVScroll()

    Test hand ray scroll instantiated from prefab

    Declaration
    public IEnumerator Instantiate_GGVScroll()
    Returns
    Type Description
    IEnumerator

    Prefab_GGVScroll()

    Test ggv scroll instantiated from prefab

    Declaration
    public IEnumerator Prefab_GGVScroll()
    Returns
    Type Description
    IEnumerator

    Prefab_RayScroll()

    Test hand ray scroll instantiated from prefab

    Declaration
    public IEnumerator Prefab_RayScroll()
    Returns
    Type Description
    IEnumerator

    Prefab_TouchScroll()

    Tests touch scrolling instantiated from prefab

    Declaration
    public IEnumerator Prefab_TouchScroll()
    Returns
    Type Description
    IEnumerator

    Prefab_TouchZoom()

    Test touch zooming instantiated from prefab

    Declaration
    public IEnumerator Prefab_TouchZoom()
    Returns
    Type Description
    IEnumerator

    Setup()

    Declaration
    public void Setup()

    TearDown()

    Declaration
    public void TearDown()
    Back to top Generated by DocFX