AssetDatabase.MoveAsset 移动资源

static function ValidateMoveAsset (oldPath : string, newPath : string) : string

Parameters参数

Returns

string - an empty string, if the asset has been successfully moved, and an error string otherwise. All paths are relative to the project folder. Like: "Assets/MyTextures/hello.png"

返回String类型 - 如果资源成功共移动返回一个空的字符串,否者返回错误字符串。所有的路径都是相对于工程目录文件。例如” Assets/MyTextures/hello.png”。

Description描述

Move an asset file from one folder to another.

将一个资源文件从一个文件夹移动到另外一个文件夹。

最后修改:2011年5月31日 Tuesday 14:07

本脚本参考基于Unity 3.4.1f5

英文部分版权属©Unity公司所有,中文部分© Unity圣典 版权所有,未经许可,严禁转载 。