Class PointerBehaviorTests
Verify that pointers can be turned on and off via FocusProvider.SetPointerBehavior
Inherited Members
Namespace: Microsoft.MixedReality.Toolkit.Tests
Assembly: cs.temp.dll.dll
Syntax
public class PointerBehaviorTests : BasePlayModeTests
Methods
TestGaze()
Tests that the gaze pointer can be turned on and off
Declaration
public IEnumerator TestGaze()
Returns
Type | Description |
---|---|
IEnumerator |
TestGrab()
Tests the grab pointer can be turned on/off
Declaration
public IEnumerator TestGrab()
Returns
Type | Description |
---|---|
IEnumerator |
TestPoke()
Tests that poke pointer can be turned on/off
Declaration
public IEnumerator TestPoke()
Returns
Type | Description |
---|---|
IEnumerator |
TestRays()
Tests that rays can be turned on and off
Declaration
public IEnumerator TestRays()
Returns
Type | Description |
---|---|
IEnumerator |
TestRaysCustomMediator()
Tests that rays can be turned on and off even with a custom mediator.
Declaration
public IEnumerator TestRaysCustomMediator()
Returns
Type | Description |
---|---|
IEnumerator |
Remarks
Added to ensure we don't regress https://github.com/microsoft/MixedRealityToolkit-Unity/issues/8243