AssetDatabase
- AddObjectToAsset
- AssetPathToGUID
- ClearLabels
- CompleteLabel
- Contains
- CopyAsset
- CreateAsset
- CreateFolder
- DeleteAsset
- ExportPackage
- GenerateUniqueAssetPath
- GetAssetPath
- GetCachedIcon
- GetDependencies
- GetLabels
- GetTextMetaDataPathFromA...
- GUIDToAssetPath
- ImportAsset
- ImportPackage
- IsMainAsset
- LoadAllAssetRepresentations...
- LoadAllAssetsAtPath
- LoadAssetAtPath
- LoadMainAssetAtPath
- MoveAssetToTrash
- MoveAsset
- OpenAsset
- Refresh
- RenameAsset
- SaveAssets
- SetLabels
- StartAssetEditing
- StopAssetEditing
- ValidateMoveAsset
AssetDatabase.Refresh 刷新
static function Refresh (options : ImportAssetOptions = ImportAssetOptions.Default) : void
Description描述
Import any changed assets.
重新导入有更新的资源。
This will import any assets that have changed their content modification data or have been added-removed to the project folder.
这将把凡是更改了可修正数据或者移除附加物体的资源导入工程文件夹。
参见: ImportAssetOptions.
最后修改:2011年5月31日 Tuesday 14:56