PackageImporter
public sealed class PackageImporter : AssetImporterNo description is available for this type.
Methods
Section titled “Methods”
IndexRough(string, bool)
Section titled “IndexRough(string, bool)”public Task IndexRough(string path, bool fromAssetStore)No description is available for this member.
Parameters
| Name | Type | Description |
|---|---|---|
path |
System.String | |
fromAssetStore |
System.Boolean |
Returns
System.Threading.Tasks.Task — No return description is available.
ApplyTags(Asset, Package, bool)
Section titled “ApplyTags(Asset, Package, bool)”public static bool ApplyTags(Asset asset, Package info, bool fromAssetStore)No description is available for this member.
Parameters
| Name | Type | Description |
|---|---|---|
asset |
AssetInventory.Asset | |
info |
AssetInventory.Package | |
fromAssetStore |
System.Boolean |
Returns
System.Boolean — No return description is available.
CreateAsset(Package, string, PackageSource)
Section titled “CreateAsset(Package, string, PackageSource)”public static Task<Asset> CreateAsset(Package info, string package, PackageSource source)No description is available for this member.
Parameters
| Name | Type | Description |
|---|---|---|
info |
AssetInventory.Package | |
package |
System.String | |
source |
UnityEditor.PackageManager.PackageSource |
Returns
System.Threading.Tasks.Task{AssetInventory.Asset} — No return description is available.
IndexDetails(int)
Section titled “IndexDetails(int)”public Task IndexDetails(int assetId = 0)No description is available for this member.
Parameters
| Name | Type | Description |
|---|---|---|
assetId |
System.Int32 |
Returns
System.Threading.Tasks.Task — No return description is available.
ReadPackageFile(string)
Section titled “ReadPackageFile(string)”public static Package ReadPackageFile(string package)No description is available for this member.
Parameters
| Name | Type | Description |
|---|---|---|
package |
System.String |
Returns
AssetInventory.Package — No return description is available.
Persist(PackageInfo)
Section titled “Persist(PackageInfo)”public static bool Persist(PackageInfo package)No description is available for this member.
Parameters
| Name | Type | Description |
|---|---|---|
package |
UnityEditor.PackageManager.PackageInfo |
Returns
System.Boolean — No return description is available.