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

大约有 1,740 项符合查询结果, 库内数据总量为 30,724 项。 (搜索耗时: 0.0053 秒)

1131. 使用localToGlobal()后返回的坐标xy的值被乘了10 [ 54%]

...@return 转换后的坐标的点。          */         public function localToGlobal(point:Point, createNewPoint:Boolean = false):Point { 肯定是会有改变的哦! 2018-05-23 0 1 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题请先登录 发起...

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

1132. 在Scene2D中添加Image,修改Cache为bigmap,窗口变黑 [ 54%]

...黑色的。 报错信息[Scene] Uncaught TypeError: canvas.size is not a function 附件 : --> TextProject.rar 2023-02-24 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 layabox小高 赞同来自: 您好,您所...

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

1133. 如果强制关闭浏览器窗口?下面的代码没有效果 [ 54%]

...的代码没有效果 // 兼容所有浏览器的强制关闭窗口接口 function closeWebPage() { if (navigator.userAgent.indexOf("MSIE") > 0) { if (navigator.userAgent.indexOf("MSIE 6.0") > 0) { Laya.Browser.window.opener = null; Laya.Browser.window.close(); } else { Laya.Browser.window.ope...

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

1134. laya.components.AnimatorPlayState2D_API3.0 [ 54%]

...ontPlay _playAllTime animatorState duration Legend Object literal Variable Function Type alias Class Class with type parameter Constructor Property Enumeration Interface

来源: Laya3.0_api 发布时间: 20231115

1135. laya.d3.renderobjs.renderobj.CullPassBase_API3.0 [ 54%]

...llInfo cullingSpotShadow cullDistanceVolume Legend Object literal Variable Function Type alias Class Class with type parameter Method Enumeration Interface Static method

来源: Laya3.0_api 发布时间: 20231115

1136. laya.components.AnimatorStateCondition_API3.0 [ 54%]

...ss with type parameter Constructor Method Accessor Object literal Variable Function Type alias Enumeration Interface Static method

来源: Laya3.0_api 发布时间: 20231115

1137. JS中List容器里renderHandler和itemHandler渲染器如何使用 [ 54%]

...this, this.updateList);         ActivityXXXXXUI.prototype.updateList = function(cell, index)     {         var info = cell.dataSource;         var img_icon  = cell.getChildByName("img_icon");//图标         var lab_name  = cell.getChildByName("lab_name");//名称    }   itemH...

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

1138. HTMLIframeElement报错 [ 54%]

...执行就报错是为什么啊?错误如下: Utils.parseXMLFromString=function(value){ var rst; value=value.replace(/>\s+</g,'><'); rst=(new DOMParser()).parseFromString(value,'text/xml'); if (rst.firstChild.textContent.indexOf("This page contains the following errors")>-1){ throw...

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

1139. 导入U3D资源报Physics3D无法找到问题 [ 54%]

..."libs/laya.physics3D.js") 加了 还是出现TypeError: physics3D is not a function 2018-11-12 0 0 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题请先登录 发起人 Anthem 相关问题 2.0一不小心删了bin目录下的某个场景json文件。。竟然无...

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

1140. 同样的代码Android播放不出mp3音效,IOS可以 [ 54%]

..., 1, new Handler(this, this.loopSounder)); Barrier.prototype.loopSounder = function() { this.loopSound = true; } 文件是一个499字节的mp3文件 没法上传 Prajna • 2018-05-14 11:03 @w1114367261 其实应该是mp3文件的问题,但是IOS的可以,是不是Android有文件类型限制...

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