FollowEyeGaze Class

Definition

Sample for allowing a GameObject to follow the user's eye gaze at a given distance of "DefaultDistanceInMeters".

public ref class FollowEyeGaze : UnityEngine::MonoBehaviour
[UnityEngine.AddComponentMenu("Scripts/MRTK/Examples/FollowEyeGaze")]
public class FollowEyeGaze : UnityEngine.MonoBehaviour
[<UnityEngine.AddComponentMenu("Scripts/MRTK/Examples/FollowEyeGaze")>]
type FollowEyeGaze = class
    inherit MonoBehaviour
Public Class FollowEyeGaze
Inherits MonoBehaviour
Inheritance
UnityEngine.MonoBehaviour
FollowEyeGaze
Attributes
UnityEngine.AddComponentMenuAttribute

Constructors

FollowEyeGaze()

Applies to