• 首页
  • 动态
  • 案例
  • 引擎社区
  • API
  • 文档
  • 示例
  • 引擎下载

大约有 17 项符合查询结果, 库内数据总量为 30,786 项。 (搜索耗时: 0.0046 秒)

1. Unity插件使用说明(TypeScript-3D基础(TS)-LayaAir3D之3D场景可视化编辑) [ 100%]

...面介绍的文档(https://ldc2.layabox.com/doc/?nav=zh-ts-0-3-3)进行查看。 `绑定设备`是插件自动识别的,无需手动绑定,但如果设备绑定达到帐号上限,需要切换设备时,需要点击`解绑`,才能在其它的设备上登录该帐号。此时当前设备...

来源: Laya2.0_文档 发布时间: 20210714

2. 播放动画(JavaScript-3D基础(JS)-LayaAir3D之Animator动画) [ 97%]

... ani= role3D.getChildAt(0).getComponent(Laya.Animator); ``` 打开.lh文件查看,动画组件绑定在模型的子对象上,因此使用了 `getChildAt(0)`,通过它获取子对象模型。然后通过 `getComponent(Laya.Animator)` 方法获取动画组件。 **Tips:有时候在.lh或.ls文...

来源: Laya2.0_文档 发布时间: 20210715

3. 播放动画(TypeScript-3D基础(TS)-LayaAir3D之Animator动画) [ 96%]

... ani= role3D.getChildAt(0).getComponent(Laya.Animator); ``` 打开.lh文件查看,动画组件绑定在模型的子对象上,因此使用了 `getChildAt(0)`,通过它获取子对象模型。然后通过 `getComponent(Laya.Animator)` 方法获取动画组件。 **Tips:有时候在.lh或.ls文...

来源: Laya2.0_文档 发布时间: 20210715

4. 播放动画(ActionScript-3D基础(AS3)-LayaAir3D之Animator动画) [ 96%]

...ole3D.getChildAt(0).getComponent(Animator) as Animator; ``` 打开.lh文件查看,动画组件绑定在模型的子对象上,因此使用了 `getChildAt(0)`,通过它获取子对象模型。然后通过 `getComponent(Animator)` 方法获取动画组件。 **Tips:有时候在.lh或.ls文件...

来源: Laya2.0_文档 发布时间: 20210715

5. CPU优化方式(ActionScript-2D进阶篇(AS3)-性能优化) [ 82%]

...1. `Laya.timer.frameLoop`执行频率依赖于帧频率,可通过Stat.FPS查看当前帧频。 2. `Laya.timer.loop`执行频率依赖于参数指定时间。 ```javascript Laya.timer.frameLoop(1, this, animateFrameRateBased); Laya.stage.on("click", this, dispose); private function dispose():v...

来源: Laya2.0_文档 发布时间: 20210715

6. CPU优化方式(JavaScript-2D进阶篇(JS)-性能优化) [ 82%]

...1. `Laya.timer.frameLoop`执行频率依赖于帧频率,可通过Stat.FPS查看当前帧频。 1. `Laya.timer.loop`执行频率依赖于参数指定时间。 ```javascript Laya.timer.frameLoop(1, this, animateFrameRateBased); Laya.stage.on("click", this, dispose); function dispose() { Laya.timer.c...

来源: Laya2.0_文档 发布时间: 20210715

7. CPU优化方式(TypeScript-2D进阶篇(TS)-性能优化) [ 79%]

...1. `Laya.timer.frameLoop`执行频率依赖于帧频率,可通过Stat.FPS查看当前帧频。 1. `Laya.timer.loop`执行频率依赖于参数指定时间。 ```typescript Laya.timer.frameLoop(1, this, this.animateFrameRateBased); Laya.stage.on("click", this, this.dispose); dispose() { Laya.timer....

来源: Laya2.0_文档 发布时间: 20210714

8. Spine动画使用(TypeScript-LayaAir基础篇(TS)-动画基础) [ 77%]

...用到`laya.ani.bone.Skeleton` 类,具体API说明可直接打开链接查看:[https://layaair.ldc.layabox.com/api/?category=Bone&class=laya.ani.bone.Skeleton](https://layaair2.ldc2.layabox.com/api2/Chinese/index.html?version=2.9.0beta&type=2D&category=Animation&class=laya.ani.bone.Skeleton) 创...

来源: Laya2.0_文档 发布时间: 20210715

9. Spine动画使用(JavaScript-LayaAir基础篇(JS)-动画基础) [ 77%]

...用到`laya.ani.bone.Skeleton` 类,具体API说明可直接打开链接查看:[https://layaair.ldc.layabox.com/api/?category=Bone&class=laya.ani.bone.Skeleton](https://layaair2.ldc2.layabox.com/api2/Chinese/index.html?version=2.9.0beta&type=2D&category=Animation&class=laya.ani.bone.Skeleton) 创...

来源: Laya2.0_文档 发布时间: 20210715

10. Spine动画使用(ActionScript-LayaAir基础篇(AS3)-动画基础) [ 77%]

...用到`laya.ani.bone.Skeleton` 类,具体API说明可直接打开链接查看:[https://layaair.ldc.layabox.com/api/?category=Bone&class=laya.ani.bone.Skeleton](https://layaair2.ldc2.layabox.com/api2/Chinese/index.html?version=2.9.0beta&type=2D&category=Animation&class=laya.ani.bone.Skeleton) 创...

来源: Laya2.0_文档 发布时间: 20210715