大约有 244 项符合查询结果, 库内数据总量为 31,560 项。 (搜索耗时: 0.0031 秒)
...-cache -url http://stand.alone.version/index.html ``` 如下图:  图3 加了`-cache`参数后,就会遍历所有的资源文件,输出到`-cout`指定的目录下,如果没有`-cout`参数,就在工作目录下创建一个layadccout目录(如上图),输出目录下的cac...
来源: Laya2.0_文档 发布时间: 20210714
...this.scene.addChild(this.role); this.animator.play("hello"); ``` (图4)
来源: Laya2.0_文档 发布时间: 20210715
...this.scene.addChild(this.role); this.animator.play("hello"); ``` (图4)
来源: Laya2.0_文档 发布时间: 20210714
...(exposureNumber += 0.01) + 1; mat.rotation += 0.01; }); })); ``` (图1)
来源: Laya2.0_文档 发布时间: 20210715
...钮"; } ``` 上述代码运行效果如动图2所示:  (动图2) **Tips:** Button 组件的属性接口介绍请参考 [Button API](https://layaair2.ldc2.layabox.com/api2/Chinese/index.html?version=2.9.0beta&type=2D&category=UI&class=laya.ui.Button)。 ### 1.2.使用LayaAirIDE...
来源: Laya2.0_文档 发布时间: 20210714
...d"; }.bind(_lab); })); ``` 最后了来看下效果,如图2。 (图2)
来源: Laya2.0_文档 发布时间: 20210715
...放hello动画 scene.addChild(role); animator.play("hello"); ``` (图4)
来源: Laya2.0_文档 发布时间: 20210714
...meMain(); ``` 上述代码运行效果如动图2所示:  (动图2) **Tips:** Button 组件的属性接口介绍请参考 [Button API](https://layaair2.ldc2.layabox.com/api2/Chinese/index.html?version=2.9.0beta&type=2D&category=UI&class=laya.ui.Button)。 ### 1.2.使用LayaAirI...
来源: Laya2.0_文档 发布时间: 20210714
...belSize = 20; } ``` 代码运行效果如动图2所示:  (动图2) **Tips:** CheckBox 组件的属性接口介绍请参考 [CheckBox API](https://layaair.ldc.layabox.com/api2/Chinese/index.html?category=Core&class=laya.ui.CheckBox)。 ## 二、通过LayaAirIDE创建CheckBox组...
来源: Laya2.0_文档 发布时间: 20210715
...效果,来进一步理解scale属性的中心点。  (动图9-3) #### 用setViewPortPivotByScale方法设置缩放中心点 前文中介绍的是默认的缩放中心点效果。那如何设置和改变缩放中心点呢。在`laya.map.TiledMap`类中的`setViewPortPivotBy...
来源: Laya2.0_文档 发布时间: 20210715