Classes | |
struct | VuPlatformiOSConfig |
iOS-specific platform configuration data structure More... | |
Enumerations | |
enum | VuPlatformiOSConfigError : int32_t { VU_ENGINE_CREATION_ERROR_PLATFORM_IOS_CONFIG_INITIALIZATION_ERROR = 0x550 , VU_ENGINE_CREATION_ERROR_PLATFORM_IOS_CONFIG_INVALID_APP_GROUP } |
iOS-specific configuration error code type for errors occurring when creating a Vuforia Engine instance More... | |
Functions | |
VuPlatformiOSConfig | vuPlatformiOSConfigDefault () |
Default iOS-specific configuration. | |
VuResult | vuEngineConfigSetAddPlatformiOSConfig (VuEngineConfigSet *configSet, const VuPlatformiOSConfig *config) |
Add an iOS-specific configuration to the engine config. | |
enum VuPlatformiOSConfigError : int32_t |
iOS-specific configuration error code type for errors occurring when creating a Vuforia Engine instance
errorCode
parameter of the vuEngineCreate() function if an error related to applying iOS-specific configuration occurs while initializing the new Engine instance. Enumerator | |
---|---|
VU_ENGINE_CREATION_ERROR_PLATFORM_IOS_CONFIG_INITIALIZATION_ERROR | An error occurred during initialization of the platform. |
VU_ENGINE_CREATION_ERROR_PLATFORM_IOS_CONFIG_INVALID_APP_GROUP | Invalid app group - please see VuPlatformiOSConfig documentation. |