Class XRTrackableItem
The trackable item could be planes, images, QRs or faces.
Inheritance
XRTrackableItem
Assembly: Evergine.Framework.dll
Syntax
public class XRTrackableItem
Constructors
XRTrackableItem(Guid)
Declaration
public XRTrackableItem(Guid id)
Parameters
Type |
Name |
Description |
Guid |
id |
The trackable item id.
|
Fields
Gets or sets the trackable item world transform matrix.
Declaration
public Matrix4x4 Transform
Field Value
Properties
ID
Gets the trackable item ID (Unique Identification).
Declaration
Property Value
Methods
Equals(object)
Declaration
public override bool Equals(object obj)
Parameters
Type |
Name |
Description |
object |
obj |
|
Returns
Overrides
GetHashCode()
Declaration
public override int GetHashCode()
Returns
Overrides
Extension Methods