EyeGazeSmoother.SmoothGaze(Ray) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Smooths eye gaze by detecting saccades and tracking gaze clusters.
public:
UnityEngine::Ray SmoothGaze(UnityEngine::Ray newGaze);
public UnityEngine.Ray SmoothGaze (UnityEngine.Ray newGaze);
member this.SmoothGaze : UnityEngine.Ray -> UnityEngine.Ray
Public Function SmoothGaze (newGaze As Ray) As Ray
Parameters
- newGaze
- UnityEngine.Ray
The ray to smooth.
Returns
UnityEngine.Ray
The smoothed ray.