示例#1
0
 private static void _face_anchor_added(UnityARFaceAnchorData anchor)
 {
     if (UnityARSessionNativeInterface.ARFaceAnchorAddedEvent != null)
     {
         ARFaceAnchor anchorData = new ARFaceAnchor(anchor);
         UnityARSessionNativeInterface.ARFaceAnchorAddedEvent(anchorData);
     }
 }