Class ImageWithSizesData
Tracking image information.
Inherited Members
Namespace: Evergine.ARMobile.Trackables.Images
Assembly: Evergine.ARMobile.dll
Syntax
public class ImageWithSizesData
Properties
FilePath
Gets or sets file path, relative to its dataset file.
Declaration
public string FilePath { get; set; }
Property Value
Type | Description |
---|---|
string |
Width
Gets or sets image width in meters.
Declaration
public float Width { get; set; }
Property Value
Type | Description |
---|---|
float |