Exemplo n.º 1
0
 private static void _face_anchor_updated(UnityARFaceAnchorData anchor)
 {
     if (UnityARSessionNativeInterface.ARFaceAnchorUpdatedEvent != null)
     {
         ARFaceAnchor anchorData = new ARFaceAnchor(anchor);
         UnityARSessionNativeInterface.ARFaceAnchorUpdatedEvent(anchorData);
     }
 }