大约有 2,173 项符合查询结果, 库内数据总量为 30,786 项。 (搜索耗时: 0.0074 秒)
Laya_社区(1591) Laya2.0_文档(140) Laya3.0_api(124) Laya2.0_api(97) laya_api(69) Laya3.0_文档(55) Laya_示例(52) Laya2.0_示例(45)
...导致内存溢出 Uncaught abort("Cannot enlarge memory arrays. Either (1) compile with -s TOTAL_MEMORY=X with X higher than the current value 16777216, (2) compile with -s ALLOW_MEMORY_GROWTH=1 which allows increasing the size at runtime but prevents some optimizations, (3) set Module.TOTA...
来源: Laya_社区 发布时间: 20191028
...们采用小端 //建立连接 this.socket.connectByUrl("wss://192.168.1.250:5000/websocket/"); this.socket.on(Laya.Event.OPEN, this, this.openHandler); this.socket.on(Laya.Event.MESSAGE, this, this.receiveHandler); this.socket.on(Laya.Event.CLOSE, this, this.closeHandl...
来源: Laya_社区 发布时间: 20180510
...显示正常了,输出日志[wxgl]Creating ScreenCanvas (WebGL): size: 1336x752, style: 736x414, antialias: no, preserveDrawingBuffer: no,搜了下是没有重绘的原因。目前在iphone有些机型上会出现,我想可能是切换场景时等待资源加载的缘故,因为我有设置...
来源: Laya_社区 发布时间: 20190227
...属性 var img:Sprite = new Sprite(); //加载显示图片,坐标位于100,50 img.loadImage("res/layabox.png"); img.x=(Laya.stage.width-256)/2; //添加到舞台 Laya.stage.addChild(img); var img2:Sprite = new Sprite(); //加载显示图片,坐标位于100,50 img2.loadImage("res/layabox.png"); i...
来源: Laya_社区 发布时间: 20200217
laya.net.LocalStorage存储数据的一些参数问题 1 是否有大小限制? 这个从文档看是 "没有时间限制". 大小有什么限制吗?比如存了 x M你们会自动清除. 2 支持情况? 另外这个Support参数. 什么情况会发生失败? 用户安装拒绝本地存储权限? ...
来源: Laya_社区 发布时间: 20170119
... ts代码 加 oc 代码 传百度云了:链接:https://pan.baidu.com/s/1UwniVdD-KQKbjv56s5RYiw 提取码:1111 复制这段内容后打开百度网盘手机App,操作更方便哦 问题:我在oc层写了个获取电量 和 获取系统剪切板的方法。然后js层通过native调...
来源: Laya_社区 发布时间: 20201209
...var lastTimestamp = 0; var count = 0; var totale = 0; Laya.timer.frameLoop(1, this, function test() { var deltaTime = new Date().getTime() - lastTimestamp; lastTimestamp = new Date().getTime(); count++; totale += deltaTime; this.x += this.speed_x*deltaTime; this.y += this.speed_y*deltaTime; });用...
来源: Laya_社区 发布时间: 20170920
...Input(): Input Overrides Text.constructor Defined in laya/display/Input.ts:102 创建一个新的 Input 类实例。 Returns Input Properties Optional _extra _extra: INodeExtra Inherited from Node._extra Defined in laya/display/Node.ts:56 _onPostLayout _onPostLayout: () => void Inherited from Tex...
来源: Laya3.0_api 发布时间: 20231115
...是bg2添加事件,都会触发监听。为什么...= =!懵了。 2016-12-23 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 Laya_XS 赞同来自: Sean8023 默认的sprite对象是没有宽高的,我看你...
来源: Laya_社区 发布时间: 20161223
... tempSpr.addChild(tempImg); } this.bg1.addChild(tempSpr); if (data && data.turnOut == 1 && tempSpr) //翻转放上面 { let tempSpr2 = new Sprite(); tempSpr2.graph...
来源: Laya_社区 发布时间: 20170508