Class NearInteractionGrabbableTests
Inheritance
NearInteractionGrabbableTests
Assembly: cs.temp.dll.dll
public class NearInteractionGrabbableTests
Methods
Declaration
public IEnumerator Setup()
Returns
Type |
Description |
IEnumerator |
|
Declaration
public IEnumerator TearDown()
Returns
Type |
Description |
IEnumerator |
|
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 |
|
Verify that NearInteractionGrabbable logs an error when created without an appropriate collider.
Declaration
public IEnumerator TestNoCollider()
Returns
Type |
Description |
IEnumerator |
|
Verify that NearInteractionGrabbable doesn't log an error when given an appropriate collider.
Declaration
public IEnumerator TestValidCollider()
Returns
Type |
Description |
IEnumerator |
|