Wikitude Unity Plugin
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 12]
 NWikitude
 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.
 CFrameStructure containing the pointer to frame data, as well as additional information about the frame.
 CImageTargetAn image target contains information about a tracked target.
 CImageTrackableImage Trackables are used by Image Trackers to specify which augmentations correspond to which targets. It also provides information about tracking status
 CImageTrackerImage Trackers are used to recognize image targets bundled in .wtc files by using a TargetCollectionResource or from the cloud by using a CloudRecognitionService
 CInstantTargetAn instant target contains information about the tracked scene.
 CInstantTrackableInstant Trackables are used by Instant Trackers to specify which augmentations should be used during tracking. It also provides information about tracking status
 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
 CObjectTargetAn object target contains information about a tracked target.
 CObjectTrackableObject Trackables are used by Object Trackers to specify which augmentations correspond to which targets. It also provides information about tracking status
 CObjectTrackerObject Trackers are used to recognize and track objects defined in .wto files by using a TargetCollectionResource
 CPlatformBaseBase class used for platform dependent compilation. For internal use only.
 CPluginManagerThe plugin manager allows you to get individual frames of the camera feed to do additional processing on it.
 CRecognizedTargetBase class for target classes. Intended for internal use only and should not be derived from.
 CSDKBuildInformationEncapsulates build information for the SDK. This information is only available when running on the device.
 CTargetCollectionResourceRepresents a resource that was initialized with a .wtc (Wikitude Target Collection) or .wto (Wikitude Object Collection) 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
 CTargetSourceBase class for TargetCollectionResource and CloudRecognitionService. Intended for internal use only and should not be derived from.
 CTrackableBase class for trackable classes. Intended for internal use only and should not be derived from.
 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 plugin. It is created and managed by the plugin and it should not be used directly.
 CWikitudeCameraThe Wikitude camera handles the connection with the native plugins