Component:EyeTrackingStreamManager

From Resonite Wiki
Revision as of 07:51, 28 September 2024 by AmasterAmaster (talk | contribs) (Style. Added description, added usage description, Added field descriptions. This is no longer a stub.)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Component image 
EyeTrackingStreamManager component as seen in the Scene Inspector


The EyeTrackingStreamManager component uses streaming data from the ValueStream component (seen in the user Inspector) to control the left and right eyes on a user's avatar.

Fields
Name Type Description
persistent Bool Determines whether or not this item will be saved to the server.
UpdateOrder Int Controls the order in which this component is updated.
Enabled Bool Controls whether or not this component is enabled.
User User The focused user to get streaming data from.
ConvergenceDistance ValueStream`1<Float> The eye distance data from the headset.
IsEyeTrackingActive ValueStream`1<Bool> Returns true if the eyes are being tracked from the headset.
LeftEyeStreams direct EyeStreams A set of fields for the left eye.
RightEyeStreams direct EyeStreams A set of fields for the right eye.
Fields
Name Type Description
IsTracking [[Type:ValueStream|ValueStream]] Returns if this eye is tracking.
Position [[Type:ValueStream|ValueStream]] Returns the position of the eye.
Direction ValueStream Returns where the eye is looking.
Openness ValueStream Returns how open the eye is.
Widen ValueStream Returns how wide the eye is.
Squeeze ValueStream Returns how squeezed the eye is.
Frown ValueStream Returns if the eye is frowning.
InnerBrowVertical ValueStream Returns the inner brow data.
OuterBrowVertical ValueStream Returns the outer brow data.
PupilDiameter ValueStream Returns the pupil diameter.


Usage

Used for Eye Tracking.

Examples

Related Components