XRFaceState
This struct contains the blendshape parameter weights, current status of the face tracker and face joint poses.
Summary
Public attributes |
|
---|---|
IsValid
|
bool
Is true if the data is valid even if it has not been provided in this frame.
|
Parameters
|
float[]
The vector of current blendshape parameters.
|
Timestamp
|
ulong
Capture time of the current face state data.
|
TrackingState
|
The current state of the face tracker.
|
Public attributes
IsValid
bool Google::XR::Extensions::XRFaceState::IsValid
Is true if the data is valid even if it has not been provided in this frame.
Parameters
float[] Google::XR::Extensions::XRFaceState::Parameters
The vector of current blendshape parameters.
Timestamp
ulong Google::XR::Extensions::XRFaceState::Timestamp
Capture time of the current face state data.
TrackingState
XRFaceTrackingStates Google::XR::Extensions::XRFaceState::TrackingState
The current state of the face tracker.