Enum EasyARSettings.ARCoreType
- 名前空間
- easyar
- アセンブリ
- EasyAR.Sense.dll
ARCore SDKの設定。
public enum EasyARSettings.ARCoreType
フィールド
[Tooltip("Either ARCore SDK distributed with EasyAR or AR Foundation will be included in the build according to the settings of ARCore XR Plugin. If ARCore SDK distributed with EasyAR is selected, ARCore features will be activated only on ARCore supported devices that have Google Play Services for AR installed.")] ARFoundationOrOptional = 0EasyARまたはAR Foundationと共に配布されるARCore SDKは、ARCore XR Pluginの設定に基づきアプリに含まれます。
EasyARと共に配布されるARCore SDKが選択された場合、ARCore機能はARCoreをサポートしGoogle Play Services for ARがインストールされたデバイスのみで利用可能です。
詳細およびアプリに必要な設定については https://developers.google.com/ar/develop/java/enable-arcore をご覧ください。
[Tooltip("ARCore SDK distributed with EasyAR will be included in the build. ARCore features are activated only on ARCore supported devices that have Google Play Services for AR installed.")] Optional = 1EasyARと共に配布されるARCore SDKがアプリに含まれます。
ARCore機能はARCoreをサポートしGoogle Play Services for ARがインストールされたデバイスのみで利用可能です。
詳細およびアプリに必要な設定については https://developers.google.com/ar/develop/java/enable-arcore をご覧ください。
[Tooltip("ARCore SDK distributed with EasyAR will be included in the build. Your app will require an ARCore Supported Device that has Google Play Services for AR installed on it.")] Required = 2EasyARと共に配布されるARCore SDKがアプリに含まれます。
アプリはARCoreをサポートしGoogle Play Services for ARがインストールされたデバイスのみで実行可能です。
詳細およびアプリに必要な設定については https://developers.google.com/ar/develop/java/enable-arcore をご覧ください。
[Tooltip("ARCore SDK distributed with EasyAR will not be used.")] External = 3EasyARと共に配布されるARCore SDKは使用されません。