Enum MRCameraTrackingState
Enumerates the types of MR CameraTracking
Namespace: Unity.MARS.Data
Assembly: Unity.MARS.Interfaces.dll
Syntax
[MovedFrom("Unity.MARS")]
public enum MRCameraTrackingState
Fields
| Name | Description |
|---|---|
| Limited | 3dof-only fallback when AR tracking is not available |
| Normal | 6dof tracking provided by AR SDKs |
| NotAvailable | NotAvailable is needed to differentiate app start from limited tracking |