Class FocusProviderTests
Inheritance
FocusProviderTests
Assembly: cs.temp.dll.dll
public class FocusProviderTests
Methods
Declaration
Declaration
Ensure that focused object is set to null, and that focus lock is reset when we destroy
the currently focus-locked (aka grabbed) object
Declaration
public IEnumerator TestDestroyFocusLockedObject()
Returns
Type |
Description |
IEnumerator |
|
Ensure that focused object is set to null when we destroy the currently focused object
Declaration
public IEnumerator TestDestroyFocusObject()
Returns
Type |
Description |
IEnumerator |
|
Ensure that focused object is set to null, and that focus lock is reset when we disable
the currently focus-locked (aka grabbed) object
Declaration
public IEnumerator TestDisableFocusLockedObject()
Returns
Type |
Description |
IEnumerator |
|
Ensure that focused object is set to null when we disable the currently focused object
Declaration
public IEnumerator TestDisableFocusObject()
Returns
Type |
Description |
IEnumerator |
|
Declaration
public IEnumerator TestGazeCursorArticulated()
Returns
Type |
Description |
IEnumerator |
|
Ensure that the gaze provider hit result is not null when looking at an object,
even when the hand is up
Declaration
public IEnumerator TestGazeProviderTargetNotNull()
Returns
Type |
Description |
IEnumerator |
|
Declaration
public IEnumerator TestGazeProviderTargetUnityUi()
Returns
Type |
Description |
IEnumerator |
|
Ensure FocusProvider's FocusDetails can be overridden.
Declaration
public IEnumerator TestOverrideFocusDetails()
Returns
Type |
Description |
IEnumerator |
|