Skip to main content

FaceMeshNotificationData

Description

Subclass of BaseNotificationData. When using image tracking, the OnEvent function will receive this type of data.

Parameters

ParamTypeDescription
TrackingIdStringCurrent map id
FaceGameObjectGameObjectYou should set trackabletype when stick type is ByTackableTYpe
FaceTrackingStateFaceTrackingStateCurrent face tracking state
verticesNativeArray<Vector3>face mesh vertices
indicesNativeArray<int>face mesh indices
normalsNativeArray<Vector3>face mesh normals
uvsNativeArray<Vector2>face mesh uvs