大约有 1,020 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0110 秒)
... reader.readAsArrayBuffer(data); console.log("############################"); reader.onload = function(e){ instance.buffer.push(reader.result); ...
来源: Laya_社区 发布时间: 20180410
...ressBar.value = 0; progressBar.value += 0.05; } function onChange(value) { console.log("进度:" + Math.floor(value * 100) + "%"); } })(); ```
来源: Laya2.0_文档 发布时间: 20210715
...小游戏,只有个temprelease web端打包发布后能不能自动删除console.log 问题状态 最新活动: 2025-11-08 09:44 浏览: 1421 关注: 3 人 LayaAir小牛 • 2025-11-07 16:47 额 当前版本确实存在问题 正在修复 LayaAir小牛 • 2025-11-07 16:47 您的项目也是用了...
来源: Laya_社区 发布时间: 20251106
...flagCircle; flag.pos(deltaX,deltaY); //添加舞台 sprite.addChild(flag); console.log(point); } } } 2019-05-16 0 0 分享 微博 QZONE 微信 Laya_Aaron 赞同来自: 您把工程上传吧,版本也是不知道的,我直接在您工程上调试看。 2019-05-16 0 0 分享 微博 QZONE 微信 ...
来源: Laya_社区 发布时间: 20190515
...改config.json中sourceMap属性为true 打开main.ts onConfigLoaded() console.log('helloworld'); F9打断点 LAYA中按 F8(编译) VSCODE 中按f5(运行) Laya实战大纲,Laya引擎,Laya教程,小游戏开发,h5 laya实战大纲,laya引擎,laya教程,小游戏开发,h5 ...
来源: Laya_社区 发布时间: 20200818
... y: collider.owner.y - collider.radius * local.y } console.log(point); } 其中b是CircleCollider,如果b是BoxCollider,代码修改如下: let point = { x: collider.owner.x - collider.width * 0.5 * local.x, y: collider.owner.y -...
来源: Laya_社区 发布时间: 20201114
...prite3d.getComponent(Laya.UI3D); let ui3d_root: Laya.Sprite = ui3d.sprite; console.log("ui3d_root", ui3d_root); let txtField: Laya.GTextField = ui3d_root.getChildByName("txt"); txtField.text = "New String"; } } 2025-10-21 0 1 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回...
来源: Laya_社区 发布时间: 20251020
... className = Laya.Browser.onAndriod ? "com.xxxx.yyyy.JSProxy" : "JSProxy"; console.log("className = " + className); var jsProxy = Laya.PlatformClass.createClass(className); jsProxy.call("playVideo", url); } ---JSProxy.h #import <Foundation/Foundation.h> @interface JSProxy : NSObject +(void)...
来源: Laya_社区 发布时间: 20170919
...ader Please use LayaAir3D shader web端打包发布后能不能自动删除console.log 问题状态 最新活动: 2024-12-16 20:08 浏览: 7703 关注: 3 人 Heured • 2024-12-16 21:05 大佬,这个问题后面怎么决定的 https://ask.layabox.com/question/52914
来源: Laya_社区 发布时间: 20241209
...et,500).update = new Laya.Handler(null,()=>{ console.log(origin); //如果想对3d对象缓动,可以在此对3d对象进行赋值 // 如下 /** sp3d.transform.localPosition...
来源: Laya_社区 发布时间: 20200817