Enum MRCameraTrackingState
Enumerates the types of MR CameraTracking
Namespace: Unity.MARS.Data
Syntax
public enum MRCameraTrackingState : int
Fields
Name | Description | Value |
---|---|---|
NotAvailable | NotAvailable is needed to differentiate app start from limited tracking |
0 |
Limited | 3dof-only fallback when AR tracking is not available |
1 |
Normal | 6dof tracking provided by AR SDKs |
2 |