GoogleARCore. AugmentedImageDatabaseEntry
An entry in a AugmentedImageDatabase.
Summary
Constructors and Destructors |
|
---|---|
AugmentedImageDatabaseEntry(string name, float width)
Constructs a new Augmented Image database entry.
|
Public attributes |
|
---|---|
LastModifiedTime
|
string
The last modified time for this entry.
|
Name
|
string
The name assigned to the tracked image.
|
Quality
|
string
The quality of the image.
|
TextureGUID
|
string
The Unity GUID for this entry.
|
Width
|
float
The width of the image in meters.
|
Public attributes
LastModifiedTime
string GoogleARCore::AugmentedImageDatabaseEntry::LastModifiedTime
The last modified time for this entry.
Name
string GoogleARCore::AugmentedImageDatabaseEntry::Name
The name assigned to the tracked image.
Quality
string GoogleARCore::AugmentedImageDatabaseEntry::Quality
The quality of the image.
TextureGUID
string GoogleARCore::AugmentedImageDatabaseEntry::TextureGUID
The Unity GUID for this entry.
Width
float GoogleARCore::AugmentedImageDatabaseEntry::Width
The width of the image in meters.
Public functions
AugmentedImageDatabaseEntry
GoogleARCore::AugmentedImageDatabaseEntry::AugmentedImageDatabaseEntry( string name, float width )
Constructs a new Augmented Image database entry.
Details | |||||
---|---|---|---|---|---|
Parameters |
|