Class NearInteractionGrabbableTests
Inherited Members
Namespace: Microsoft.MixedReality.Toolkit.Tests
Assembly: cs.temp.dll.dll
Syntax
public class NearInteractionGrabbableTests
Methods
Setup()
Declaration
public void Setup()
TearDown()
Declaration
public void TearDown()
TestMultipleColliders()
Verify that NearInteractionGrabbable doesn't log an error when there are multiple colliders and at least one of them is valid
Declaration
public IEnumerator TestMultipleColliders()
Returns
Type | Description |
---|---|
IEnumerator |
TestNoCollider()
Verify that NearInteractionGrabbable logs an error when created without an appropriate collider.
Declaration
public IEnumerator TestNoCollider()
Returns
Type | Description |
---|---|
IEnumerator |
TestValidCollider()
Verify that NearInteractionGrabbable doesn't log an error when given an appropriate collider.
Declaration
public IEnumerator TestValidCollider()
Returns
Type | Description |
---|---|
IEnumerator |