Enum MegaServiceAccessSourceType
- Namespace
- easyar
- Assembly
- EasyAR.Sense.dll
Mega service access data source type.
public enum MegaServiceAccessSourceType
Fields
GlobalConfig = 0Uses global server configuration. Selects GlobalMegaBlockLocalizationServiceConfig or GlobalMegaLandmarkLocalizationServiceConfig according to ServiceType. Global configuration can be filled in the Inspector after clicking Unity menu EasyAR -> Sense -> Configuration.
APIKey = 1Uses access data of type APIKeyAccessData.
Token = 2Uses access data of type TokenAccessData.