Class ImageTarget
A flat natural feature target.
Inherited Members
Namespace: Evergine.Vuforia
Assembly: Evergine.Vuforia.dll
Syntax
public class ImageTarget : Trackable<ImageTarget>
Fields
MetaData
Metadata string.
Declaration
public readonly string MetaData
Field Value
Type | Description |
---|---|
string |
UniqueTargetId
The target id.
Declaration
public readonly Guid UniqueTargetId
Field Value
Type | Description |
---|---|
Guid |
size
The size of the image.
Declaration
public Vector3 size
Field Value
Type | Description |
---|---|
Vector3 |
Properties
ImageTargetType
Gets the type of this ImageTarget (Predefined, User Defined, Cloud Reco).
Declaration
public ImageTargetType ImageTargetType { get; }
Property Value
Type | Description |
---|---|
ImageTargetType |
Size
Gets or sets the Trackable size.
Declaration
public Vector3 Size { get; set; }
Property Value
Type | Description |
---|---|
Vector3 |