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 は使用されません。