Свойство | Type | Description | |
---|---|---|---|
absoluteAssetPath | string | ||
assetDatabaseId | string | ||
assetType | Type | ||
exportTo | string | ||
guid | Guid | ||
importFrom | string | ||
isBundled | bool | ||
isNew | bool | ||
variantName | string |
Méthode | Description | |
---|---|---|
CreateAssetWithExportPath ( string exportTo ) : |
||
CreateAssetWithImportPath ( string importFrom ) : |
||
CreateNewAssetFromLoader ( string absoluteAssetPath, string importFrom ) : |
||
CreateNewAssetWithImportPathAndStatus ( string importFrom, bool isNew, bool isBundled ) : |
||
DuplicateAsset ( |
||
DuplicateAssetWithNewStatus ( |
||
DuplicateAssetWithNewType ( |
||
DuplicateAssetWithVariant ( Asset asset, string variantName ) : Asset | ||
GetAbsolutePathOrImportedPath ( ) : string |
Méthode | Description | |
---|---|---|
Asset ( System.Guid guid, string assetDatabaseId = null, string absoluteAssetPath = null, string importFrom = null, string exportTo = null, |
public static CreateAssetWithExportPath ( string exportTo ) : |
||
exportTo | string | |
Résultat |
public static CreateAssetWithImportPath ( string importFrom ) : |
||
importFrom | string | |
Résultat |
public static CreateNewAssetFromLoader ( string absoluteAssetPath, string importFrom ) : |
||
absoluteAssetPath | string | |
importFrom | string | |
Résultat |
public static CreateNewAssetWithImportPathAndStatus ( string importFrom, bool isNew, bool isBundled ) : |
||
importFrom | string | |
isNew | bool | |
isBundled | bool | |
Résultat |
public static DuplicateAsset ( |
||
asset | ||
Résultat |
public static DuplicateAssetWithNewStatus ( |
||
asset | ||
isNew | bool | |
isBundled | bool | |
Résultat |
public static DuplicateAssetWithNewType ( |
||
asset | ||
newAssetType | ||
Résultat |
public static DuplicateAssetWithVariant ( Asset asset, string variantName ) : Asset | ||
asset | Asset | |
variantName | string | |
Résultat | Asset |
public GetAbsolutePathOrImportedPath ( ) : string | ||
Résultat | string |