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.

Search Results for

    Show / Hide Table of Contents

    Class ProfileTests

    Inheritance
    Object
    ProfileTests
    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 ProfileTests

    Methods

    TearDown()

    Declaration
    public void TearDown()

    TestDefaultProfile()

    Test that the default HoloLens 2 profile acts as expected (when hands are up, we see a hand ray).

    Declaration
    public IEnumerator TestDefaultProfile()
    Returns
    Type Description
    IEnumerator

    TestEditorProfile()

    Test that the Hands Free Input simulation is enabled in editor in the default profile when user input is enabled

    Declaration
    public IEnumerator TestEditorProfile()
    Returns
    Type Description
    IEnumerator

    TestHL1Profile()

    Test that HoloLens 1 profile acts as expected (e.g. when hands are up there are no hand rays)

    Declaration
    public IEnumerator TestHL1Profile()
    Returns
    Type Description
    IEnumerator
    In This Article
    Back to top Generated by DocFX