Table of Contents

Enum EasyARSettings.ARCoreType

Espaço de nomes
easyar
Assembly
EasyAR.Sense.dll

Configuração do ARCore SDK.

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 = 0

O ARCore SDK distribuído com EasyAR ou AR Foundation será incluído no aplicativo, dependendo das configurações do ARCore XR Plugin.

Se o ARCore SDK distribuído com EasyAR for selecionado, os recursos ARCore só poderão ser usados em dispositivos compatíveis com ARCore e com Google Play Services for AR instalado.

Para mais detalhes e a configuração necessária ao 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 = 1

O ARCore SDK distribuído com EasyAR será incluído no aplicativo.

Os recursos ARCore só podem ser usados em dispositivos compatíveis com ARCore e com Google Play Services for AR instalado.

Para mais detalhes e a configuração necessária ao 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 = 2

O ARCore SDK distribuído com EasyAR será incluído no aplicativo.

O aplicativo só poderá ser executado em dispositivos compatíveis com ARCore e com Google Play Services for AR instalado.

Para mais detalhes e a configuração necessária ao aplicativo, visite https://developers.google.com/ar/develop/java/enable-arcore .

[Tooltip("ARCore SDK distributed with EasyAR will not be used.")] External = 3

O ARCore SDK distribuído com EasyAR não será usado.