大约有 244 项符合查询结果, 库内数据总量为 30,762 项。 (搜索耗时: 0.0029 秒)
...; layaMonkey.transform.rotationEuler = tmpRotationEuler; }); ``` ![](img/2.gif) (图2)
来源: Laya2.0_文档 发布时间: 20210715
...this.scene.addChild(this.role); this.animator.play("hello"); ``` ![](img/4.gif)(图4)
来源: Laya2.0_文档 发布时间: 20210715
...this.scene.addChild(this.role); this.animator.play("hello"); ``` ![](img/4.gif)(图4)
来源: Laya2.0_文档 发布时间: 20210714
...钮"; } ``` 上述代码运行效果如动图2所示: ![动图2](img/2.gif) (动图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。 ![](img/2.gif)(图2)
来源: Laya2.0_文档 发布时间: 20210715
...(exposureNumber += 0.01) + 1; mat.rotation += 0.01; }); })); ``` ![](img/1.gif)(图1)
来源: Laya2.0_文档 发布时间: 20210715
...放hello动画 scene.addChild(role); animator.play("hello"); ``` ![](img/4.gif)(图4)
来源: Laya2.0_文档 发布时间: 20210714
...meMain(); ``` 上述代码运行效果如动图2所示: ![动图2](img/2.gif) (动图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](img/2.gif) (动图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](img/9-3.gif) (动图9-3) #### 用setViewPortPivotByScale方法设置缩放中心点 前文中介绍的是默认的缩放中心点效果。那如何设置和改变缩放中心点呢。在`laya.map.TiledMap`类中的`setViewPortPivotBy...
来源: Laya2.0_文档 发布时间: 20210715