Class SpherePointerTests
Inherited Members
Namespace: Microsoft.MixedReality.Toolkit.Tests
Assembly: cs.temp.dll.dll
Syntax
public class SpherePointerTests : BasePlayModeTests
Methods
GrabLayerMasks()
Verifies that SpherePointer correctly returns IsNearObject and IsInteractionEnabled only when it is near a grabbable object, on the correct grabbable layer.
Declaration
public IEnumerator GrabLayerMasks()
Returns
Type | Description |
---|---|
IEnumerator |
Setup()
Declaration
public override void Setup()
Overrides
SpherePointerDistances()
Verifies that the IsNearObject and IsInteractionEnabled get set at the correct times as a hand approaches a grabbable object
Declaration
public IEnumerator SpherePointerDistances()
Returns
Type | Description |
---|---|
IEnumerator |
TearDown()
Declaration
public override void TearDown()