• 首页
  • 动态
  • 案例
  • 引擎社区
  • API
  • 文档
  • 示例
  • 引擎下载

大约有 3,520 项符合查询结果, 库内数据总量为 30,789 项。 (搜索耗时: 0.0076 秒)

1061. 在加载多个资源的时候,加载进度异常 [ 67%]

...里可以看到,在create方法中,如果不传once参数,默认会设会true. 然后在runWith方法中,once为true的话,就调用clear方法,清理此Handle,之后的多次回调都不会执行了.   我之前也是同样的问题,今天抽空看了下源码解决了,又正好发现这个帖子,...

来源: Laya_社区 发布时间: 20180101

1062. laya.resource.Texture2D_API3.0 [ 67%]

...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

1063. (有demo)3d运动学刚体旋转碰撞失效 [ 67%]

...程代码,代码直接跑就能看到,运动学刚体设置isTrigger为true 的时候,碰撞信息在一些情况下就失效了。 附件 : --> test.zip 2021-02-02 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 2 个...

来源: Laya_社区 发布时间: 20210202

1064. laya2.0用FlashDevelop调用编译,总是打开bin\h5\index.html [ 67%]

...}/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

1065. Texture2D.setPixels会导致图片质量变差了,获取原生的pixels没有进行改动。怎么回事呢? [ 67%]

...){ 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

1066. iPhone6 ios 8.3系统 最新的QQ 锁屏再解锁 游戏闪退 [ 67%]

...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

1067. 求救 Laya2.0下的Particle2D问题 [ 67%]

...关,按键松开时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

1068. socket通讯返回数据 [ 67%]

...数据时 控制台写出 报错如下: 连接出错 Event {isTrusted: true, type: "error", target: WebSocket, currentTarget: WebSocket, eventPhase: 2…} 关闭事件 CloseEvent {wasClean: false, code: 1006, reason: "", type: "close", target: WebSocket…} //--------------------------------------...

来源: Laya_社区 发布时间: 20180211

1069. 列表里的元素可以播放动画吗 [ 66%]

...         if (ani){                  ani.play(0,true,"standDown"+HostData.array[index].aniname);//控制播放相应角色的动画              }              var own :Text = cell.getChildByName("owntext") as Text;//同步是否已经拥有...

来源: Laya_社区 发布时间: 20180503

1070. 动画不显示 [ 66%]

...           {                     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