MegaServiceAccessSourceType Enum¶
Description¶
Mega service access source type.
Constant |
Value |
Description |
|---|---|---|
GlobalConfig |
0 |
Use global service config. Use EasyARSettings.GlobalMegaBlockLocalizationServiceConfig or EasyARSettings.GlobalMegaLandmarkLocalizationServiceConfig according to ServiceType. The global service config can be changed on the inspector after click Unity menu EasyAR -> Sense -> Configuration. |
APIKey |
1 |
Use APIKeyAccessData type of access data. |
Token |
2 |
Use TokenAccessData type of access data. |