Class ObjectTarget
A flat natural feature target.
Inherited Members
Namespace: Evergine.Vuforia
Assembly: Evergine.Vuforia.dll
Syntax
public class ObjectTarget : Trackable<ObjectTarget>
Fields
UniqueTargetId
The target Id.
Declaration
public readonly Guid UniqueTargetId
Field Value
Type | Description |
---|---|
Guid |
size
Trackable size.
Declaration
public Vector3 size
Field Value
Type | Description |
---|---|
Vector3 |
Properties
Size
Gets or sets the trackable size.
Declaration
public Vector3 Size { get; set; }
Property Value
Type | Description |
---|---|
Vector3 |