Class SpherePointerTests
Inheritance
SpherePointerTests
Assembly: cs.temp.dll.dll
public class SpherePointerTests : BasePlayModeTests
Methods
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 |
|
Verifies that SpherePointer correctly returns IsNearObject and IsInteractionEnabled
and only objects on the correct grabbable layer are in focus
Declaration
public IEnumerator GrabLayerMasksWithOverlap()
Returns
Type |
Description |
IEnumerator |
|
Declaration
public override IEnumerator Setup()
Returns
Type |
Description |
IEnumerator |
|
Overrides
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 |
|
Verifies that the IsNearObject and IsInteractionEnabled get set
at the correct times as a hand approaches a grabbable object
Declaration
public IEnumerator SpherePointerPullbackDistance()
Returns
Type |
Description |
IEnumerator |
|
Verifies that the IsNearObject and IsInteractionEnabled get set
at the correct times as a hand approaches a grabbable object
Declaration
public IEnumerator SpherePointerSectorAngle()
Returns
Type |
Description |
IEnumerator |
|
Declaration
public override IEnumerator TearDown()
Returns
Type |
Description |
IEnumerator |
|
Overrides