Property | Type | Description | |
---|---|---|---|
filenameCanonical | string |
Property | Type | Description |
---|
Method | Description | |
---|---|---|
Add ( FileMetadata metadata ) : void |
Add metadata to the set.
|
|
EnableMostRecentPlugins ( ) : bool |
If this instance references a set of plugins, enable the most recent versions.
|
|
FileMetadataByVersion ( string filenameCanonical ) : UnityEngine |
Construct an instance.
|
|
FindObsoleteVersions ( ) : HashSet |
Get all versions older than the newest version of each file with multiple versions specified in its' metadata.
|
|
this ( long version ) : FileMetadata |
Get FileMetadata from this object given a version number.
|
public FileMetadataByVersion ( string filenameCanonical ) : UnityEngine | ||
filenameCanonical | string | Filename with metadata stripped. /// |
return | UnityEngine |
public this ( long version ) : FileMetadata | ||
version | long | Version to search for. |
return | FileMetadata |