GetAllAssetBundleNames
#unity/日常积累
AssetDatabase.GetAllAssetBundleNames
public static string[] GetAllAssetBundleNames ();
返回
string[] 资源捆绑包名称数组。
描述
返回资源数据库中所有的 AssetBundle 名称。
|
|
月夕花晨
#unity/日常积累
public static string[] GetAllAssetBundleNames ();
string[] 资源捆绑包名称数组。
返回资源数据库中所有的 AssetBundle 名称。
|
|