大约有 623 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0064 秒)
...用 drawToCanvas 报错 ImageData is not defined? 分享:LayaAir下如何获取图集下的小图资源? 小游戏项目 加载有中文的json文件 报错 横屏模式在锁定竖屏的iphone上不能正常显示的问题 mac 用layaair2.0 ide 的编辑模式下,cpu爆满 问题状态 最新...
来源: Laya_社区 发布时间: 20180426
...册里的图片发给客服,同时客户端显示出来。 从相册里获取的图片格式不是bitmap,是png的图片经过base64加密的,你们上面给的做法好像行不通。 我又想了一个新的方法,把这个base64数据解密成png,用window.fs_writeFileSync(conch.getCach...
来源: Laya_社区 发布时间: 20180201
...信小游戏掉帧严重 Laya2.6.0beta 物理引擎 刚体碰撞点位置获取不正确 关于使用matterjs物理引擎鼠标问题 LayaAirIDE1.4版本里用TS引擎库使用view嵌套发布html5报"Uncaught TypeError:Cannot set property 'y' of null"的解决方案 【BUG备忘录】关于Tween动...
来源: Laya_社区 发布时间: 20220822
...排行榜 为什么laya.pathfinding.js里面的Grid,通过Laya.Grid竟然获取不到?有laya.pathfinding.js的使用教程吗?API中没有找到。 layabox写好的程序可以打包成windows安装包吗? Runtime照着视频做运行不了,求解 laya Native播放视频 Layabox 可不可...
来源: Laya_社区 发布时间: 20190227
...义。设置名称后可以通过IK组件上的getChain(name: string)方法获取对应的Chain。如果未设置,则默认使用end节点的name。 Type:类型。有position和lookAt两种。 position:位置模式。在此模式下,链的末端节点会尽可能到达设置的空间坐...
来源: Laya3.0_文档 发布时间: 20260131
...1 0 0 分享 微博 QZONE 微信 chasel 赞同来自: 有没有接口是:获取旧的shader program, 设置新的program, 更新uniform值后, 再设置成旧的shader program?? 2018-11-21 0 0 分享 微博 QZONE 微信 Laya_Aaron 赞同来自: 感谢对laya的支持与信任,您...
来源: Laya_社区 发布时间: 20181121
... Inherited from Component.owner Defined in laya/components/Component.ts:24 获取所属Node节点。 Optional runInEditor runInEditor: boolean Inherited from Component.runInEditor Defined in laya/components/Component.ts:34 是否可以在IDE环境中运行 Optional scriptPath scriptPath: string Inhe...
来源: Laya3.0_api 发布时间: 20231115
... Inherited from Component.owner Defined in laya/components/Component.ts:24 获取所属Node节点。 repeat repeat: number = 0 Inherited from EffectBase.repeat Defined in laya/effect/EffectBase.ts:15 重复次数,默认为播放一次 Optional runInEditor runInEditor: boolean Inherited from Compon...
来源: Laya3.0_api 发布时间: 20231115
... Inherited from Component.owner Defined in laya/components/Component.ts:24 获取所属Node节点。 repeat repeat: number = 0 Inherited from EffectBase.repeat Defined in laya/effect/EffectBase.ts:15 重复次数,默认为播放一次 Optional runInEditor runInEditor: boolean Inherited from Compon...
来源: Laya3.0_api 发布时间: 20231115
...clickHandler():void{ var url:string = this.qrcode._oDrawing._elImage.src;//获取,注意这里是异步的,开发者可以加个延时在获取。 this.qrcodeSp.loadImage(url,0,0,100,100); } } new Main; ``` 编译运行上面的代码,然后点击舞台可以看到,二维码已经显示到...
来源: Laya2.0_文档 发布时间: 20210715