大约有 13 项符合查询结果, 库内数据总量为 30,786 项。 (搜索耗时: 0.0029 秒)
... LayaAir提供两种计时器循环来执行代码块。 1. `Laya.timer.frameLoop`执行频率依赖于帧频率,可通过Stat.FPS查看当前帧频。 2. `Laya.timer.loop`执行频率依赖于参数指定时间。 ```javascript Laya.timer.frameLoop(1, this, animateFrameRateBased); Laya.stage...
来源: Laya2.0_文档 发布时间: 20210715
...器 LayaAir提供两种计时器循环来执行代码块。 1. `Laya.timer.frameLoop`执行频率依赖于帧频率,可通过Stat.FPS查看当前帧频。 1. `Laya.timer.loop`执行频率依赖于参数指定时间。 ```javascript Laya.timer.frameLoop(1, this, animateFrameRateBased); Laya.stage.o...
来源: Laya2.0_文档 发布时间: 20210715
...器 LayaAir提供两种计时器循环来执行代码块。 1. `Laya.timer.frameLoop`执行频率依赖于帧频率,可通过Stat.FPS查看当前帧频。 1. `Laya.timer.loop`执行频率依赖于参数指定时间。 ```typescript Laya.timer.frameLoop(1, this, this.animateFrameRateBased); Laya.st...
来源: Laya2.0_文档 发布时间: 20210714
...。 ## 2、FPS相关的介绍 ### 2.1 FPS概述 FPS是每秒传输帧数(Frames Per Second)的缩写。假设游戏的帧速为60FPS,表明游戏运行时每个帧的执行时间为1/60 秒。帧速值越高,视觉上感觉越流畅。 ![图1](img/1.png) (图1) 当前PC与手机等设备的...
来源: Laya2.0_文档 发布时间: 20210714
...。 ## 2、FPS相关的介绍 ### 2.1 FPS概述 FPS是每秒传输帧数(Frames Per Second)的缩写。假设游戏的帧速为60FPS,表明游戏运行时每个帧的执行时间为1/60 秒。帧速值越高,视觉上感觉越流畅。 ![图1](img/1.png) (图1) 当前PC与手机等设备的...
来源: Laya2.0_文档 发布时间: 20210715
... ``` ### 2、FPS相关的介绍 ### 2.1 FPS概述 FPS是每秒传输帧数(Frames Per Second)的缩写。假设游戏的帧速为60FPS,表明游戏运行时每个帧的执行时间为1/60 秒。帧速值越高,视觉上感觉越流畅。 ![图1](img/1.png) (图1) 当前PC与手机等设备...
来源: Laya2.0_文档 发布时间: 20210714
... *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
... *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
... *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
... 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