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

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

51. Laya.loader.create 进度回调函数执行两次!!! 上次发问题一直没有回复 [ 59%]

...anager.prototype.onProgress = function(value) { console.log("value=="+Math.floor(value*100)+"%"); }   输出结果: 0.19186599730944645 0.5251993306427798 1 0.5002049180327869 0.5626793032786885 0.6251536885245902 0.6876280737704918 0.7501024590163934 0.8125768442622952 0.8750512295081967 0.93752...

来源: Laya_社区 发布时间: 20180717

52. ts加密md5码封装 [ 59%]

..., 6, 10, 15, 21, 6, 10, 15, 21, 6, 10, 15, 21 ] T(i: number) { return Math.floor(Math.pow(2, 32) * Math.abs(Math.sin(i + 1))); } x_index(i: number) { if (i >= 0 && i <= 15) return i; if (i >= 16 && i <= 31) return (5 * i + 1) % 16; if (i >= 32 && i <= 47) re...

来源: Laya_社区 发布时间: 20190321

53. ProgressBar 代码问题 [ 59%]

...ge(value: number): void {             console.log("进度:" + Math.floor(value * 100) + "%");         } } 2018-05-24 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 3 个回复 Laya_Aaron 赞同来自: 你要问的...

来源: Laya_社区 发布时间: 20180524

54. 陀螺仪接口无效呢?Gyroscope.instance.on(Event.CHANGE, this, onOrientationChange); 什么原因呢 [ 59%]

...但是提供的方位并非正确方位。"); } addLog("Gyroscope " + Math.floor(info.alpha)); }   2017-10-15 0 0 分享 微博 QZONE 微信 Monica - 知识达人 赞同来自: 你的意思是没有走onOrientationChange函数吗?如果是的话你在Event前边加个Laya.看下 2017-10-16 0 0 ...

来源: Laya_社区 发布时间: 20171015

55. drawToCanvas绘制显示不全 [ 57%]

...     style.height = screen.height + 'px';         style.width = Math.floor(screen.height / Laya.stage.height * Laya.stage.width) + 'px';         document.body.appendChild(this.nativeImg)     }     onEnable() {         Laya.timer.once(1000, this, this.delayShowImg);     }     de...

来源: Laya_社区 发布时间: 20230323

56. 关于缓动函数from的一些问题记录 [ 57%]

...plete"); } function changeColor(text){ console.log("update"); var c = Math.floor(Math.random()*4); console.log(c); switch(c) { case 0:text.color='red';break; case 1:text.color="blue";break; case 2:text.color ='black';break; case 3:text.color = 'green';break; case 4:text.color = "yellow";break; } con...

来源: Laya_社区 发布时间: 20180620

57. ProgressBar属性详解(JavaScript-IDE篇(JS)-IDE组件属性详解) [ 56%]

...value += 0.05; } function onChange(value) { console.log("进度:" + Math.floor(value * 100) + "%"); } })(); ```

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

58. 3D灯光与阴影 · LayaAir3.0文档 · LAYABOX [ 55%]

...Z值会影响Cluster接受区域光(点光、聚光)影响的数量,Math.floor(2048 / lightClusterCount.z - 1) * 4 为每个Cluster的最大平均接受区域光数量,如果每个Cluster所接受光源影响的平均数量大于该值,则较远的Cluster会忽略其中多余的光照影响。...

来源: Laya3.0_文档 发布时间: 20241014

59. ProgressBar属性详解(TypeScript-IDE篇(TS)-IDE组件属性详解) [ 55%]

...; } private onChange(value: number): void { console.log("进度:" + Math.floor(value * 100) + "%"); } } } new laya.UI_ProgressBar(); ```

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

60. ProgressBar属性详解(ActionScript-IDE篇(AS3)-IDE组件属性详解) [ 54%]

...*/ private function onChange(value:Number):void { trace("进度:" + Math.floor(value * 100) + "%"); } } } ```

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