Table of Contents

Class EasyARSettings.Permission

Namespace
easyar
Assembly
EasyAR.Sense.dll

Permission configuration.

[Serializable]
public class EasyARSettings.Permission
Inheritance
EasyARSettings.Permission

Fields

AndroidMicrophone

Microphone permission,only applicable to Android.Permissions required for using VideoRecorder.

[Tooltip("Microphone permission, Android only. Permission required for easyar.VideoRecorder.")]
public bool AndroidMicrophone

Field Value

Camera

Camera permission.Permissions required for using easyar.CameraDevice and other frame sources that need to use the camera device.When this permission is enabled,you need to set cameraUsageDescription when packaging iOS apps.

[Tooltip("Camera permission. Permission required for easyar.CameraDevice and other frame sources which require camera device usages. cameraUsageDescription must be set when build iOS apps when this option is on.")]
public bool Camera

Field Value

Location

(fine) Location permission.Permissions required for using MegaTrackerFrameFilter and CloudLocalizerFrameFilterWhen this permission is enabled,you need to set locationUsageDescription when packaging iOS apps.

[Tooltip("(fine) Location permission. Permission required for easyar.MegaTrackerFrameFilter and easyar.CloudLocalizerFrameFilter. locationUsageDescription must be set when build iOS apps when this option is on.")]
public bool Location

Field Value