Class XRImageTrackable
Image detection anchor.
Inherited Members
Namespace: Evergine.Framework.XR.TrackableItems.Images
Assembly: Evergine.Framework.dll
Syntax
public class XRImageTrackable : XRTrackableItem
Constructors
XRImageTrackable(Guid)
Initializes a new instance of the XRImageTrackable class.
Declaration
public XRImageTrackable(Guid id)
Parameters
Type | Name | Description |
---|---|---|
Guid | id | Anchor identifier. |
Fields
Size
Size of detected image.
Declaration
public Vector3 Size
Field Value
Type | Description |
---|---|
Vector3 |
Properties
DatabaseIndex
Gets or sets database index for this image in internal database.
Declaration
public int DatabaseIndex { get; set; }
Property Value
Type | Description |
---|---|
int |
Name
Gets or sets image name.
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
string |
TrackingMethod
Gets or sets current image tracking method XRImageTrackingMethod.
Declaration
public XRImageTrackingMethod TrackingMethod { get; set; }
Property Value
Type | Description |
---|---|
XRImageTrackingMethod |