KudanAR - Unity  1.6.0
Kudan.AR Namespace Reference

Classes

interface  ITracker
 The tracker class that TrackerBase inherits from More...
 
class  KudanTracker
 
class  KudanTrackerEditor
 Script that creates a custom inspector entry for the Kudan Tracker. More...
 
class  MarkerEvents
 Class that tracks when a marker has been found, lost or tracked. More...
 
class  MarkerFoundEvent
 The Marker Found Event, which is triggered when the tracker starts tracking a target. More...
 
class  MarkerlessTouch
 Class that takes touch input and uses it to start tracking and rotate objects, removing the need for UI buttons when using Markerless Tracking. It is different from the TouchControl class because Touch Control contains pinch control handling, rotation along multiple axes and does not start tracking on tap input. More...
 
class  MarkerlessTransformDriver
 The Markerless Transform Driver, which is moved by the tracker when using the Markerless Tracking Method. More...
 
class  MarkerLostEvent
 The Marker Lost Event, which is triggered when the tracker stops tracking a target. More...
 
class  MarkerTransformDriver
 The Marker Transform Driver, which is moved by the tracker when using the Marker Tracking Method. More...
 
class  MarkerTransformDriverEditor
 Class that creates a custom inspector entry for the MarkerTransformDriver script. More...
 
class  MarkerUpdateEvent
 The Marker Update Event, which is triggered each frame the target is active More...
 
class  TargetNode
 Displays an object when using the Markerless Tracking Method, that acts as a preview showing where the object will be placed. More...
 
class  Trackable
 A Trackable is something that the tracker can detect. More...
 
class  TrackableData
 Trackable Data is a set that contains marker data. More...
 
class  TrackableDataEditor
 Class that creates a custom inspector entry for TrackableData assets. More...
 
class  Tracker
 
class  TrackerBase
 Base class for the tracker plugin. This abstracts the native plugin for each operating system. More...
 
class  TrackingMethodBase
 The base tracking method that other tracking methods inherit from. More...
 
class  TrackingMethodMarker
 The Marker Tracking Method. This method tracks objects using markers for positional data. More...
 
class  TrackingMethodMarkerEditor
 Class that creates a custom inspector entry for TrackingMethodMarker. More...
 
class  TrackingMethodMarkerless
 The Markerless Tracking Method. This method tracks objects using arbitrary tracking. More...
 
class  TransformDriverBase
 The base transform driver that other transform drivers inherit from. More...