Class ARFaceAnchor

All Implemented Interfaces:
ARAnchorCopying, ARTrackable, NSCoding, NSObjectProtocol, NSSecureCoding, ObjCProtocol

public class ARFaceAnchor
extends ARAnchor
implements ARTrackable
Since:
Available in iOS 11.0 and later.
  • Constructor Details

    • ARFaceAnchor

      protected ARFaceAnchor()
    • ARFaceAnchor

      protected ARFaceAnchor​(NSObject.Handle h, long handle)
    • ARFaceAnchor

      protected ARFaceAnchor​(NSObject.SkipInit skipInit)
  • Method Details

    • getGeometry

      public ARFaceGeometry getGeometry()
    • getLeftEyeTransform

      public MatrixFloat4x4 getLeftEyeTransform()
      Since:
      Available in iOS 12.0 and later.
    • getRightEyeTransform

      public MatrixFloat4x4 getRightEyeTransform()
      Since:
      Available in iOS 12.0 and later.
    • getLookAtPoint

      public VectorFloat3 getLookAtPoint()
      Since:
      Available in iOS 12.0 and later.
    • getBlendShapes

      public NSDictionary<NSString,​NSNumber> getBlendShapes()
    • isTracked

      public boolean isTracked()
      Specified by:
      isTracked in interface ARTrackable
    • supportsSecureCoding

      public static boolean supportsSecureCoding()