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

大约有 1,257 项符合查询结果, 库内数据总量为 31,580 项。 (搜索耗时: 0.0051 秒)

1171. 这是图文混排谷歌浏览器查看正常打包后的APP文字消失表情变大 [ 43%]

...opao.height; gRoomView.chatPanel.refresh(); gRoomView.chatPanel.vScrollBar.value = gRoomView.chatPanel.vScrollBar.max; //设置滚动条在最下方 } } 附件 : --> 2017-09-11 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 2...

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

1172. laya.utils.Stat [ 42%]

...处理函数。 Implementation     public static function set onclick(value:Function):voidrenderBatchesproperty public static var renderBatches:int = 0 渲染批次。renderSlowproperty public static var renderSlow:Boolean = false 表示当前使用的是否为慢渲染模式。savedRenderBatc...

来源: Laya2.0_api 发布时间: 20190513

1173. 为什么谷歌浏览器调试可以显示这些文字打包后却没有了 [ 42%]

...opao.height; gRoomView.chatPanel.refresh(); gRoomView.chatPanel.vScrollBar.value = gRoomView.chatPanel.vScrollBar.max; //设置滚动条在最下方 } } cuixueying • 2017-09-12 11:01 亲,请提供可以运行的简单的例子好吗?

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

1174. laya.display.FrameAnimation [ 42%]

...新排序。SpriteProtected Methods  MethodDefined By  _displayToIndex(value:int):void[override] FrameAnimationEvents Hide Inherited Events Show Inherited Events Event Summary Defined By added添加到父对象后调度。Node click鼠标点击对象后调度。Sprite  complete动画播放...

来源: laya_api 发布时间: 20170929

1175. 这是图文混排谷歌浏览器查看正常打包后的APP文字消失表情变大 [ 42%]

...opao.height; gRoomView.chatPanel.refresh(); gRoomView.chatPanel.vScrollBar.value = gRoomView.chatPanel.vScrollBar.max; //设置滚动条在最下方 } } var gAffiche :CAffiche; 附件 : --> 2017-09-11 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容...

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

1176. Cannot read property 'toDefault' of undefined报错是什么原因 [ 42%]

...这句报错 Laya.Physics.rayCast(this.ray, this._outHitInfo, Number.MAX_VALUE, 10); if (this._outHitInfo.sprite3D.name === "tlj"){ isRotate = !isRotate; } // this.phasorSpriter3D.begin(Laya.WebGLContext.LINES, state); // //绘出射线 // this.phasorSpriter3D.line(this.ray.origin.x, this.ray.origin...

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

1177. laya.display.FrameAnimation [ 41%]

...新排序。SpriteProtected Methods  MethodDefined By  _displayToIndex(value:int):void[override] FrameAnimationEvents Hide Inherited Events Show Inherited Events Event Summary Defined By added添加到父对象后调度。Node click鼠标点击对象后调度。Sprite  complete动画播放...

来源: Laya2.0_api 发布时间: 20190513

1178. 为何发生此类报错Uncaught TypeError: Cannot read property '_tf' of null [ 41%]

...text=("正在载入相关资源...剩余"+loadcount+"文件"); ProgressBar.value=(1-loadcount/length)*100; } } //资源加载完毕回调函数 function LoadResComplete() { ProgressBarPage.dispose(); new LoginView;  } } })(); })(); 删除   回复melody0529 • 2017-12-07 15:14 2017-12-07 0 0 ...

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

1179. 加载 unity3D导入的旧版蒙皮动画时出现错误 [ 41%]

...awElements: attempt to access out of range vertices in attribute 2 INVALID_VALUE: uniformMatrix4fv: invalid srcOffset 然后模型部份位置错乱   加载动画使用官网的旧版例子中的代码   addSkinComponent(spirit3D: Laya.Sprite3D): void {         if (spirit3D instanceof Lay...

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

1180. 如何将一段文字放置到粘贴板 , 或者说点击一个按钮后复制copy一段文字? [ 41%]

...rd.generalPasteboard(); // 设置/获取文本内容: generalPasteboard.setValueforPasteboardType("testValue", "public.utf8-plain-text"); var value = generalPasteboard.valueForPasteboardType("public.utf8-plain-text"); 2017-06-09 0 0 分享 微博 QZONE 微信 moketao 赞同来自: Native.js 的完...

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