Class ImageDatabaseEntry
Inherited Members
Namespace: UnityEditor.XR.MagicLeap
Assembly: UnityEditor.XR.MagicLeap.dll
Syntax
[Serializable]
public class ImageDatabaseEntry
Fields
assetGuid
Declaration
public string assetGuid
Field Value
Type | Description |
---|---|
string |
Properties
timeStamp
Getter/Setter to map the 'DateTime' we store for the entry vs what we can serialize
- note that the JSONUtility class cannot serialize a DateTime
Declaration
public DateTime timeStamp { get; set; }
Property Value
Type | Description |
---|---|
DateTime |