GARAugmentedFaceRegionType

Summary

Enumerations

GARAugmentedFaceRegionType{
  GARAugmentedFaceRegionTypeNose = 0,
  GARAugmentedFaceRegionTypeForeheadLeft = 1,
  GARAugmentedFaceRegionTypeForeheadRight = 2
}
enum
Defines face regions to query the transforms for.

Enumerations

GARAugmentedFaceRegionType

 GARAugmentedFaceRegionType

Defines face regions to query the transforms for.

Left and right are defined relative to the person that the mesh belongs to. To retrieve the center transform use GARAugmentedFace.centerTransform.

Properties
GARAugmentedFaceRegionTypeForeheadLeft

The region at the detected face's left side of the forehead.

GARAugmentedFaceRegionTypeForeheadRight

The region at the detected face's right side of the forehead.

GARAugmentedFaceRegionTypeNose

The region at the tip of the nose.