Wikitude Unity Plugin
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 12]
 NWikitude
 CBackgroundCameraThe BackgroundCamera components is responsible for rendering the camera frame to the screen. If this is not desired, the script can simply be removed from the scene.
 CCameraFrameA class that contains color frames, along with their metadata.
 CCameraFramePlaneA single plane of image data.
 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.
 CColorCameraFrameMetadataA struct that encapsulates additional information about color camera frames.
 CErrorError class that encapsulates additional information. Used thought the SDK when something goes wrong.
 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.
 CInstantTargetRestorationConfigurationA configuration object for instant targets.
 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.
 CPluginPlugins can be used to get the camera frames from the SDK for additional processing. If the plugin has an input module, it can be used to feed camera frames to the SDK from other sources.
 CRecognizedTargetBase class for target classes. Intended for internal use only and should not be derived from.
 CSDKBuildInformationEncapsulates build information for the SDK.
 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.
 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
 NWikitudeEditor
 NWikitudeEditorPrefs