Table of Contents

Class EasyARSettings.Permission

名前空間
easyar
アセンブリ
EasyAR.Sense.dll

権限設定。

[Serializable]
public class EasyARSettings.Permission
継承
EasyARSettings.Permission

フィールド

AndroidMicrophone

マイク権限(Androidのみ)。VideoRecorderを使用する際に必要な権限。

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

Camera

カメラ権限。easyar.CameraDeviceおよびその他のカメラデバイスを必要とするフレームソースに必要な権限。

この権限を有効にする場合、iOSアプリのパッケージングにはcameraUsageDescriptionの設定が必要です。

[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

Location

(fine)位置情報権限。MegaTrackerFrameFilterおよびCloudLocalizerFrameFilterを使用する際に必要な権限。

この権限を有効にする場合、iOSアプリのパッケージングにはlocationUsageDescriptionの設定が必要です。

[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