AssetDatabase.ImportAsset 导入资源

static function ImportAsset (path : string, options : ImportAssetOptions = ImportAssetOptions.Default) : void

Description描述

Import asset at path.

导入指定路径的资源。

All paths are relative to the project folder. Like: "Assets/MyTextures/hello.png" See Also: ImportAssetOptions.

所有的路径都是相对于工程目录文件。 例如” Assets/MyTextures/hello.png”。

参见:ImportAssetOptions

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

本脚本参考基于Unity 3.4.1f5

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