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

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

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

...​ LayaAir提供两种计时器循环来执行代码块。 1. `Laya.timer.frameLoop`执行频率依赖于帧频率,可通过Stat.FPS查看当前帧频。 2. `Laya.timer.loop`执行频率依赖于参数指定时间。 ```javascript Laya.timer.frameLoop(1, this, animateFrameRateBased); Laya.stage...

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

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

...器 LayaAir提供两种计时器循环来执行代码块。 1. `Laya.timer.frameLoop`执行频率依赖于帧频率,可通过Stat.FPS查看当前帧频。 1. `Laya.timer.loop`执行频率依赖于参数指定时间。 ```javascript Laya.timer.frameLoop(1, this, animateFrameRateBased); Laya.stage.o...

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

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

...器 LayaAir提供两种计时器循环来执行代码块。 1. `Laya.timer.frameLoop`执行频率依赖于帧频率,可通过Stat.FPS查看当前帧频。 1. `Laya.timer.loop`执行频率依赖于参数指定时间。 ```typescript Laya.timer.frameLoop(1, this, this.animateFrameRateBased); Laya.st...

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

4. 性能统计面板介绍(JavaScript-2D进阶篇(JS)-性能优化) [ 73%]

...。 ## 2、FPS相关的介绍 ### 2.1 FPS概述 FPS是每秒传输帧数(Frames Per Second)的缩写。假设游戏的帧速为60FPS,表明游戏运行时每个帧的执行时间为1/60 秒。帧速值越高,视觉上感觉越流畅。 ![图1](img/1.png) (图1) 当前PC与手机等设备的...

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

5. 性能统计面板介绍(TypeScript-2D进阶篇(TS)-性能优化) [ 73%]

...。 ## 2、FPS相关的介绍 ### 2.1 FPS概述 FPS是每秒传输帧数(Frames Per Second)的缩写。假设游戏的帧速为60FPS,表明游戏运行时每个帧的执行时间为1/60 秒。帧速值越高,视觉上感觉越流畅。 ![图1](img/1.png) (图1) 当前PC与手机等设备的...

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

6. 性能统计面板介绍(ActionScript-2D进阶篇(AS3)-性能优化) [ 72%]

... ``` ### 2、FPS相关的介绍 ### 2.1 FPS概述 FPS是每秒传输帧数(Frames Per Second)的缩写。假设游戏的帧速为60FPS,表明游戏运行时每个帧的执行时间为1/60 秒。帧速值越高,视觉上感觉越流畅。 ![图1](img/1.png) (图1) 当前PC与手机等设备...

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

7. 粒子属性详解(TypeScript-3D基础(TS)-LayaAir3D之粒子系统) [ 70%]

... *Single Row* 单行 2. *whole Sheet* 整表 3. `Random Row` 随机行 4. `Frame over Time` 动画帧随时间变化 1. *contants* 常数 2. *curves* 曲线 3. *Random Between Two Contants* 在两个常数中随机取值 5. `Start Frame` 开始帧数 1. *Contant* 2. *Random Between Two Contants* 在...

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

8. 粒子属性详解(JavaScript-3D基础(JS)-LayaAir3D之粒子系统) [ 70%]

... *Single Row* 单行 2. *whole Sheet* 整表 3. `Random Row` 随机行 4. `Frame over Time` 动画帧随时间变化 1. *contants* 常数 2. *curves* 曲线 3. *Random Between Two Contants* 在两个常数中随机取值 5. `Start Frame` 开始帧数 1. *Contant* 2. *Random Between Two Contants* 在...

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

9. 粒子属性详解(ActionScript-3D基础(AS3)-LayaAir3D之粒子系统) [ 70%]

... *Single Row* 单行 2. *whole Sheet* 整表 3. `Random Row` 随机行 4. `Frame over Time` 动画帧随时间变化 1. *contants* 常数 2. *curves* 曲线 3. *Random Between Two Contants* 在两个常数中随机取值 5. `Start Frame` 开始帧数 1. *Contant* 2. *Random Between Two Contants* 在...

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

10. Unity粒子系统导出支持列表(TypeScript-3D基础(TS)-LayaAir3D之Unity插件使用) [ 51%]

... Fram over Time - Contant - Curves - Random betweem Two Constants 6. Start Frame - Contant - Random betweem Two Constants 7. Cycles 8. Affected UV Channels - UV0 - ### Render module ![Render module](./img/Particle_System/PartSysRendererModule-0.png) 1. RenderMode - Billboard - Stretched Billboard 1....

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