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;
Type | Description |
---|---|
MLTime | Represents 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. |