Class ProfileTests
Inherited Members
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 |