Method | Description | |
---|---|---|
Add ( FileMetadata metadata ) : void |
Add file metadata to the set.
|
|
EnableMostRecentPlugins ( ) : bool |
For each plugin (DLL) referenced by this set, disable targeting for all versions and re-enable platform targeting for the most recent version.
|
|
FileMetadataSet ( ) : UnityEngine |
Construct an instance.
|
|
FindMetadata ( string filenameCanonical, long version ) : FileMetadata |
Search for metadata for an existing file given a canonical filename and version.
|
|
FindWithPendingUpdates ( FileMetadataSet metadataSet ) : FileMetadataSet |
Filter the a set for files which have multiple versions and those with metadata that selects the set of target platforms.
|
|
ParseFromFilenames ( string filenames ) : FileMetadataSet |
Parse metadata from a set of filenames.
|
public FindMetadata ( string filenameCanonical, long version ) : FileMetadata | ||
filenameCanonical | string | Name of the file set to search /// for. |
version | long | Version number of the file in the set. |
return | FileMetadata |
public static FindWithPendingUpdates ( FileMetadataSet metadataSet ) : FileMetadataSet | ||
metadataSet | FileMetadataSet | Set to filter. |
return | FileMetadataSet |
public static ParseFromFilenames ( string filenames ) : FileMetadataSet | ||
filenames | string | |
return | FileMetadataSet |