Skip to main content
Version: 20 Mar 2024

EyeData

A structure containing information about eye expressions.

Public Attributes

EyeExpressionWeights

The values are between 0 and 1 and ordered such that the array should be indexed using EyeExpressionType.


public float [] EyeExpressionWeights;


Timestamp

The MLTime timestamp when expression data was updated.


public MLTime Timestamp;

TypeDescription
MLTimeRepresents an ML API wide timestamp in nanoseconds that is not guaranteed to be synced with any system time. If OpenXR is used, MLTime is synonymous with the XrTime type.