EyeTrackingTarget.OnLookAtStart Property
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.
Event is triggered when the user starts to look at the target.
public:
property UnityEngine::Events::UnityEvent ^ OnLookAtStart { UnityEngine::Events::UnityEvent ^ get(); void set(UnityEngine::Events::UnityEvent ^ value); };
public UnityEngine.Events.UnityEvent OnLookAtStart { get; set; }
member this.OnLookAtStart : UnityEngine.Events.UnityEvent with get, set
Public Property OnLookAtStart As UnityEvent
Property Value
UnityEngine.Events.UnityEvent