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.GUIDToAssetPath GUID转资源路径
static function GUIDToAssetPath (guid : string) : string
Description描述
Translate a GUID to its current asset path
将GUID(全局唯一标识符)转换为对应的资源路径。
All paths are relative to the project folder. Like: "Assets/MyTextures/hello.png"
所有的路径都是相对于工程目录文件。例如” Assets/MyTextures/hello.png”
最后修改:2011年5月31日 Tuesday 15:03