大约有 3,520 项符合查询结果, 库内数据总量为 30,789 项。 (搜索耗时: 0.0076 秒)
Laya_社区(2614) Laya3.0_api(265) Laya2.0_文档(227) Laya2.0_api(113) laya_api(98) Laya_示例(83) Laya3.0_文档(75) Laya2.0_示例(45)
...里可以看到,在create方法中,如果不传once参数,默认会设会true. 然后在runWith方法中,once为true的话,就调用clear方法,清理此Handle,之后的多次回调都不会执行了. 我之前也是同样的问题,今天抽空看了下源码解决了,又正好发现这个帖子,...
来源: Laya_社区 发布时间: 20180101
...umber height: number format: TextureFormat Default value mipmap: boolean = true canRead: boolean Default value sRGB: boolean = false Default value premultiplyAlpha: boolean = false Returns Texture2D Properties _id _id: number = 0 Inherited from Resource._id Defined in laya/resource/Resource.ts:97 de...
来源: Laya3.0_api 发布时间: 20231115
...程代码,代码直接跑就能看到,运动学刚体设置isTrigger为true 的时候,碰撞信息在一些情况下就失效了。 附件 : --> test.zip 2021-02-02 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 2 个...
来源: Laya_社区 发布时间: 20210202
...}/bin/index.html", "runtimeExecutable": "${execPath}", "useBuildInServer": true, "sourceMaps": false, "webRoot": "${workspaceRoot}", "port": 9222, "fixedPort":false, "sourceMapPathOverrides": { "src/*": "${workspaceRoot}/src/*" } }, { "name": "chrome调试", "type": "chrome", "request": "launch", "f...
来源: Laya_社区 发布时间: 20181012
...){ var tex=new Laya.Texture2D(imageSource.width,imageSource.height,1,false,true); tex.wrapModeU=1; tex.wrapModeV=1; tex.loadImageSource(imageSource,true); tex._setCreateURL(url); var tex2=new Laya.Texture(tex); tex2.url=url; var image:Laya.Image = new Laya.Image(); image.source = tex2; image.name...
来源: Laya_社区 发布时间: 20190923
...ng()) Input["inputElement"].target.focus = false; } else { _isVisibility = true; } _this.event(Event.VISIBILITY_CHANGE); }); public static var isStopLoop:Boolean = false; /**@private */ public function _loop():Boolean { if(!isStopLoop) { render(Render.context, 0, 0); } return true; } 2017-1...
来源: Laya_社区 发布时间: 20171011
...关,按键松开时isFrame=false,按下播放尾焰特效后就置为true Laya.loader.load('../bin/testflame.part', Laya.Handler.create(this, (setting) => { let frame = new Laya.Particle2D(setting); let key = keyString; let frameX; let frameY; let play = true; let frameScale; let frameRotatio...
来源: Laya_社区 发布时间: 20190723
...数据时 控制台写出 报错如下: 连接出错 Event {isTrusted: true, type: "error", target: WebSocket, currentTarget: WebSocket, eventPhase: 2…} 关闭事件 CloseEvent {wasClean: false, code: 1006, reason: "", type: "close", target: WebSocket…} //--------------------------------------...
来源: Laya_社区 发布时间: 20180211
... if (ani){ ani.play(0,true,"standDown"+HostData.array[index].aniname);//控制播放相应角色的动画 } var own :Text = cell.getChildByName("owntext") as Text;//同步是否已经拥有...
来源: Laya_社区 发布时间: 20180503
... { this.m_IsMoving = true ; //计算方向 var ang:Number = Math.atan2((ptTo.y - ptStart.y), (ptTo.x - ptStart.x)) * 180 / Math.PI; if (ang &l...
来源: Laya_社区 发布时间: 20170921