Wikitude Unity Expert Edition
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 12]
 NWikitude
 CCameraFrameA class that contains color frames, along with their metadata.
 CCameraFramePlaneA single plane of image data.
 CCameraFrameRendererThe CameraFrameRenderer is responsible for rendering the camera frame to the screen. If this is not desired, the script can simply be removed from the scene.
 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.
 CDeviceCameraControls the configuration and access to the physical camera on the device. If an input plugin is used instead, this script should be removed from the scene.
 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
 CIntrinsicsCalibrationDescribes the physical properties of the camera.
 CLivePreviewThe LivePreview components allows the Wikitude SDK to connect to various sources of image data inside the Unity Editor and enables all tracking features to be tested in Play Mode.
 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.
 CSceneRendererThis component is responsible for rendering the 3D scene in coordination with the camera frame renderer. If custom cameras are set up, this component should be added to them and the fields should mimic the values of the AR Camera's SceneRenderer component.
 CSDKBuildInformationEncapsulates build information for the SDK.
 CSDKLicenseKeyDefines the License Key that should be used with the Wikitude 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.
 CTrackerBase class for tracker classes. Intended for internal use only and should not be derived from.
 CWikitudeSDKThe WikitudeSDK object handles the connection with the native plugins
 NWikitudeEditor
 NWikitudeEditorPrefs