InputAnimation.EvaluateEyeGaze(Single) 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.
Evaluate the eye gaze ray at the given time.
public:
 UnityEngine::Ray EvaluateEyeGaze(float time);
	public UnityEngine.Ray EvaluateEyeGaze(float time);
	member this.EvaluateEyeGaze : single -> UnityEngine.Ray
	Public Function EvaluateEyeGaze (time As Single) As Ray
	Parameters
- time
 - Single
 
Returns
		UnityEngine.Ray