Enum EasyARSettings.ARCoreType
- Espaço de nomes
- easyar
- Assembly
- EasyAR.Sense.dll
Configuração do SDK ARCore.
public enum EasyARSettings.ARCoreType
Campos
[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 = 0O SDK ARCore distribuído com o EasyAR ou AR Foundation será incluído no aplicativo, dependendo das configurações do ARCore XR Plugin.
Se o SDK ARCore distribuído com o EasyAR for selecionado, os recursos do ARCore só estarão disponíveis em dispositivos compatíveis com ARCore e que tenham o Google Play Services for AR instalado.
Para mais detalhes e configurações necessárias para o aplicativo, visite 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 = 1O SDK ARCore distribuído com o EasyAR será incluído no aplicativo.
Os recursos do ARCore só estarão disponíveis em dispositivos compatíveis com ARCore e que tenham o Google Play Services for AR instalado.
Para mais detalhes e configurações necessárias para o aplicativo, visite 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 = 2O SDK ARCore distribuído com o EasyAR será incluído no aplicativo.
O aplicativo só poderá ser executado em dispositivos compatíveis com ARCore e que tenham o Google Play Services for AR instalado.
Para mais detalhes e configurações necessárias para o aplicativo, visite https://developers.google.com/ar/develop/java/enable-arcore .
[Tooltip("ARCore SDK distributed with EasyAR will not be used.")] External = 3O SDK ARCore distribuído com o EasyAR não será usado.