Class XRFaceBlendShapeExtensions
Extensions to the XRFaceBlendShape object.
Inherited Members
Namespace: UnityEngine.XR.ARKit
Assembly: Unity.XR.ARKit.FaceTracking.dll
Syntax
public static class XRFaceBlendShapeExtensions
Methods
AsARKitBlendShapeLocation(XRFaceBlendShape)
Gets blend shape location as an ARKit ARKitBlendShapeLocation.
Declaration
public static ARKitBlendShapeLocation AsARKitBlendShapeLocation(this XRFaceBlendShape blendshape)
Parameters
| Type | Name | Description |
|---|---|---|
| XRFaceBlendShape | blendshape | The XRFaceBlendShape being extended. |
Returns
| Type | Description |
|---|---|
| ARKitBlendShapeLocation | Returns the ARKit-specific representation for blend shape location. |