Wikitude Unity Plugin
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 12]
 NWikitude
 CClientTrackerClient trackers are used to recognize targets bundled in a .wtc or .wtm file
 CCloudRecognitionServiceCloudRecognitionService is used to send image(s) taken by the camera to the Cloud Recognition Service. The server will then do the hard work of trying to match the image with your targets in the specified cloud archive
 CCloudRecognitionServiceResponseThe response received from the CloudRecognitionService after initiating a recognition request.
 CCloudTrackerCloud trackers will send the image(s) taken by the camera to the Cloud Recognition server. The server will then do the hard work of trying to match the image with your targets in the specified cloud archive
 CFrameStructure containing the pointer to frame data, as well as additional information about the frame.
 CImageTrackerImage Trackers are used to recognized image targets bundled in wtc files by using a TargetCollectionResource or from the cloud by using a CloudRecognitionService
 CInstantTrackerInstant Trackers provide markerless 3D tracking of a scene, allowing to place augmentations anywhere in the real world. An Instant Tracker can be in two states: Initializing, during which the tracking origin can be set; and Tracking, during which the scene is being tracker
 CObjectTrackerObject Trackers allow tracking of pre-recorded 3d maps. Please contact us if you require such a map.
 CPluginManagerThe plugin manager allows you to get individual frames of the camera feed to do additional processing on it.
 CSDKBuildInformationEncapsulates build information for the SDK
 CTargetCollectionResourceRepresends a resource that was initialized witha .wtc (Wikitude Target Collection) or .wtm (Wikitude Target map) file. The file can be loaded either from the device, if it was stored in the StreamingAssets folder, or from a remote server. If the file was loaded from a server, no internet connection is required anymore after loading finished successfully
 CTrackableBehaviourTrackables are used by trackers to update 3D objects in Unity based on tracked targets
 CTrackerBehaviourBase class for tracker classes. Intended for internal use only and should not be derived from.
 CTrackerManagerTracker manager handles messages from the native plugins. It is managed by the plugin and it should not be used directly.
 CTrackingMapRecorderProvides tracking map recording functionality.
 CWikitudeCameraThe Wikitude camera handles the connection with the native plugins