Interface IProvidesDetectGazeDivergence
Gives decorated class ability to detect gaze divergence above a defined threshold, for a given transform's forward vector
Inherited Members
Namespace: Unity.EditorXR.Interfaces
Assembly: solution.dll
Syntax
public interface IProvidesDetectGazeDivergence : IFunctionalityProvider
Methods
| Name | Description |
|---|---|
| IsAboveDivergenceThreshold(Transform, float, bool) | Check if gaze direction is above the divergence threshold |
| SetDivergenceRecoverySpeed(float) | Set the divergence recovery speed |