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.GetTextMetaDataPathFromAssetPath 从资源路径获取文本Meta数据路径
static function GetTextMetaDataPathFromAssetPath (path : String) : String
Parameters参数
- paththe path to the asset // 资源的路径
String - the path to the .meta text file or empty string if the file does not exist
返回字符串类型,.meta文本文件的路径或空字符串,如果文件不存在。
Description描述
Gets the path to the text .meta file associasted with an asset
获取资源有关文本.meta文件的路径。
最后修改:2011年10月1日 Saturday 17:03