Method TryGetFace TryGetFace(TrackableId) Attempts to retrieve an ARFace. Declaration public ARFace TryGetFace(TrackableId faceId) Parameters Type Name Description TrackableId faceId The TrackableId associated with the ARFace. Returns Type Description ARFace The ARFaceif found. null otherwise.