A struct that identifies an asset object by either its GUID and (optionally) path. More...
Public Member Functions | |
override string | ToString () |
Returns a string representation of the object. More... | |
Public Attributes | |
AssetGuid | Guid |
Asset GUID, for when assets are queried by GUID. Mandatory. More... | |
readonly bool | HasPath => !string.IsNullOrEmpty(Path) |
Is the path set? More... | |
String | Path |
Asset path, for when assets are queried by path. Optional. More... | |
A struct that identifies an asset object by either its GUID and (optionally) path.
|
inline |
Returns a string representation of the object.
String Quantum.AssetObjectIdentifier.Path |
Asset path, for when assets are queried by path. Optional.
AssetGuid Quantum.AssetObjectIdentifier.Guid |
Asset GUID, for when assets are queried by GUID. Mandatory.
readonly bool Quantum.AssetObjectIdentifier.HasPath => !string.IsNullOrEmpty(Path) |
Is the path set?