AssetDatabase.GetTextMetaDataPathFromAssetPath 从资源路径获取文本Meta数据路径


static function GetTextMetaDataPathFromAssetPath (path : String) : String

Parameters参数

  • path
    the path to the asset // 资源的路径

Returns

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文件的路径。


,