Method | Description | |
---|---|---|
GetMetadata ( AssetType type, string path ) : IAssetMetadata | ||
StoreMetadata ( AssetType type, string path, IAssetMetadata metadata ) : void |
Method | Description | |
---|---|---|
GetMetadataFilePath ( AssetType type, string path ) : string | ||
GetMetadataType ( AssetType type ) : |
public GetMetadata ( AssetType type, string path ) : IAssetMetadata | ||
type | AssetType | |
path | string | |
return | IAssetMetadata |
public StoreMetadata ( AssetType type, string path, IAssetMetadata metadata ) : void | ||
type | AssetType | |
path | string | |
metadata | IAssetMetadata | |
return | void |