大约有 3 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0018 秒)
...建及资源导入相关文档)* 步骤二:在资源面板拖入一个`Image`组件到场景编辑区,如图4所示 ![图4](img/4.png) (图4) 步骤三:双击进入`Image`组件内部,然后再到组件面板拖入一个`Sprite`组件,如图5所示。 ![图5](img/5.png) (图5) 步...
来源: Laya2.0_文档 发布时间: 20210715
...建及资源导入相关文档)* 步骤二:在资源面板拖入一个`Image`组件到场景编辑区,如图4所示 ![图4](img/4.png) (图4) 步骤三:双击进入`Image`组件内部,然后再到组件面板拖入一个`Sprite`组件,如图5所示。 ![图5](img/5.png) (图5) 步...
来源: Laya2.0_文档 发布时间: 20210715
...参照代码如下: ```typescript //先加载plf类型的合并后文件Image.json Laya.loader.load([{url: "res/Image.json", type: "plf"}], Handler.create(this, function():void { //在回调里,正常使用原来的图集 Laya.loader.load("res/atlas/comp.atlas", Handler.create(this, function():v...
来源: Laya2.0_文档 发布时间: 20210714