Interface IProvidesFallbackLandmarks
Inherited Members
Namespace: Unity.MARS
Syntax
public interface IProvidesFallbackLandmarks : IFunctionalityProvider
Methods
GetFallbackFaceLandmarkPoses()
Gets the set of fallback poses
Declaration
Dictionary<MRFaceLandmark, Pose> GetFallbackFaceLandmarkPoses()
Returns
| Type | Description |
|---|---|
| Dictionary<MRFaceLandmark, Pose> | Dictionary of landmark name to local pose |