大约有 537 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0151 秒)
..... 附件 : --> codeAndResource.rar errorSpineScreenShot.png 2018-11-20 添加评论 已悬赏10元 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 4 个回复 Qingbo 赞同来自: 在线坐等大神help, 我们的项目block在这个apk spine...
来源: Laya_社区 发布时间: 20181120
...有要求,请跟帖反馈,并提供资源文件,我们会根据情况添加。Animator组件中的Avatar必须为空。 LayaAirRun使用须知: 1.必须安装Node环境,express拓展模块(工具内置了express,如果无法正常使用,请自行...
来源: Laya_社区 发布时间: 20170428
...所有对象重新排序。值越大,越靠上。默认为0,则根据添加顺序排序。 Returns number Inherited from Text.zOrder Defined in laya/display/Sprite.ts:1833 z排序,更改此值,则会按照值的大小对同一容器的所有对象重新排序。值越大,越靠上。默认...
来源: Laya3.0_api 发布时间: 20231115
...github.com/davidshimjs/qrcodejs)。 新建个项目,把下载的qrcode.js添加到index.html中。qrcode的api请参考[地址](https://github.com/davidshimjs/qrcodejs)。具体的逻辑代码如下: ```typescript //初始化引擎 Laya.init(600,400); Laya.stage.bgColor = "#ffcccc"; var div = La...
来源: Laya2.0_文档 发布时间: 20210714
...github.com/davidshimjs/qrcodejs)。 新建个项目,把下载的qrcode.js添加到index.html中。qrcode的api请参考[地址](https://github.com/davidshimjs/qrcodejs)。具体的逻辑代码如下: ```java package { import laya.display.Sprite; import laya.utils.Browser; public class Main { //...
来源: Laya2.0_文档 发布时间: 20210715
...,这里用的是这个地址。 新建个项目,把下载的qrcode.js添加到index.html中。qrcode的api请参考地址。具体的逻辑代码如下: var div:any = Laya.Browser.document.createElement("div"); this.qrcode = new Laya.Browser.window.QRCode(div,{ width:100, height:100 }); var ur...
来源: Laya3.0_文档 发布时间: 20251010
...github.com/davidshimjs/qrcodejs)。 新建个项目,把下载的qrcode.js添加到index.html中。qrcode的api请参考[地址](https://github.com/davidshimjs/qrcodejs)。具体的逻辑代码如下: ```typescript class Main { //二维码对象 private qrcode:any; private qrcodeSp:Laya.Sprite; c...
来源: Laya2.0_文档 发布时间: 20210715