| Property | Description |
|---|---|
|
Returns tracking confidence level info. This value indicates if PlaneTracker is currently tracking and how confident it is in reported results. Possible values: - HIGH - MEDIUM - LOW - NOT_TRACKING |
|
Specifies if this tracker object should track horizontal plane or moving object. |
|
Retrieves the object's bounding box |
|
Represents whether or not the bounding box for the object is visible. |
|
Represents the |
|
Specifies whether the scene object and its descendants are hidden. |
|
Specifies the scene object name. This is the unique identifier of the object within the list of its siblings (immediate child objects of the same parent object). Note: the object name is specified in AR Studio UI during design time. Note: the object name must only be unique withing the list of direct siblings. There can be more than object with the same name in the scene as soon as they have different parents. See Also: |
|
Represents the |
|
Represents the object transformation, in object's local coordinate system. |
| Method | Description |
|---|---|
|
Returns a point on tracked plane in local coordinates of PlaneTracker (in 3D units). Returns null if tracked plane is not found at given screen point. |
|
PlaneTracker origin is bound to a point in 3d space, located on detected plane. This method updates PlaneTracker to track 3d point currently under given screen coordiantes. This also triggers new plane detection, in result this object's transform will be modified. Version with signal parameters can be used in touch gestures for continuous updating:
|
|
Returns a child object by name. An exception is thrown if the object isn't found. See Also: |
|
Returns a descendant object by name. An exception is thrown if the object isn't found or if more than one is found. Note: object D is considered to be a descendant of object P if either D is a child of P or if such an object C which is a child of P exists that D is a descendant of C. See Also: |