Beispiel #1
0
 private static void _face_anchor_removed(UnityARFaceAnchorData anchor)
 {
     if (UnityARSessionNativeInterface.ARFaceAnchorRemovedEvent != null)
     {
         ARFaceAnchor anchorData = new ARFaceAnchor(anchor);
         UnityARSessionNativeInterface.ARFaceAnchorRemovedEvent(anchorData);
     }
 }