Method GetRegionPoses
GetRegionPoses(TrackableId, Allocator, ref NativeArray<ARCoreFaceRegionData>)
Gets all the available ARCore
Declaration
public void GetRegionPoses(TrackableId trackableId, Allocator allocator, ref NativeArray<ARCoreFaceRegionData> regions)
Parameters
Type | Name | Description |
---|---|---|
Trackable |
trackableId | The id associated with the face to query. |
Allocator | allocator | The allocator to use if |
Native |
regions | An array of ARCore |
Exceptions
Type | Condition |
---|---|
Invalid |
Thrown if |
Invalid |
Thrown if |