프로퍼티 | 타입 | 설명 | |
---|---|---|---|
currentFiles | HashSet |
||
currentMetadata | FileMetadata | ||
filenameCanonical | string | ||
obsoleteFiles | HashSet |
메소드 | 설명 | |
---|---|---|
FindAndReadManifests ( FileMetadataSet metadataSet ) : List |
Find and read all package manifests.
|
|
ManifestReferences ( ) : UnityEngine |
Create an instance.
|
|
ParseManifests ( FileMetadataByVersion metadataByVersion, FileMetadataSet metadataSet ) : bool |
Parse current and obsolete file references from a package's manifest files.
|
public static FindAndReadManifests ( FileMetadataSet metadataSet ) : List |
||
metadataSet | FileMetadataSet | Set to query for manifest files. |
리턴 | List |
public ParseManifests ( FileMetadataByVersion metadataByVersion, FileMetadataSet metadataSet ) : bool | ||
metadataByVersion | FileMetadataByVersion | Metadata for files ordered by /// version number. If the metadata does not have the isManifest /// attribute it is ignored. |
metadataSet | FileMetadataSet | Set of all metadata files in the /// project. This is used to handle file renaming in the parsed /// manifest. If the manifest contains files that have been /// renamed it's updated with the new filenames. |
리턴 | bool |