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

大约有 4,373 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0098 秒)

3071. 界面顶部莫名其妙的出现游戏中所有的程序字 [ 55%]

...Q小游戏中无法读取到 导微信小程序报错window.focus is not a function 问题状态 最新活动: 2018-11-19 11:28 浏览: 1634 关注: 2 人 183*****291 • 2018-11-19 17:37 找到原因了,是往微信开放域里传值的时候发送错误导致的,多谢回答

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

3072. 如何清除graphics绘制的矢量图 [ 55%]

...   let count1 = 1;             Laya.timer.loop(3000, this, function () {                 sp.graphics.clear();                 if (count1 == 0) {                     sp.graphics.drawLines(0, 0, path, "#0eff00", 5);          ...

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

3073. animation动画结束后怎么监听? [ 55%]

... 2 个回复   赞同来自: anifish1.on(Event.COMPLETE,this,complete) function complete(){                             } 你是不是要问这个 2018-10-11 0 1 分享 微博 QZONE 微信 FullyI 赞同来自: 我用这个方法监听动画播放完成,有问题,会重复执行...

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

3074. laya.d3.shader.pbr.PBRShaderLib_API3.0 [ 55%]

...EFINE_CLEARCOAT_NORMAL DEFINE_EMISSION init Legend Object literal Variable Function Type alias Class Class with type parameter Static property Static method Enumeration Interface

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

3075. 关于webGL下遮罩效率问题 [ 55%]

... new Sprite(); Laya.stage.frameLoop(1, null, drawMask); var index:int = 0; function drawMask():void { index++; if(index > 72) index = index-72; var angle:int = index*5; spr.mask.graphics.drawPie(0,0,100,0,angle, "#ffffff"); } 2018-05-02 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有...

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

3076. 怎么裁剪一张图片 [ 55%]

...e</code> 对象。          */         public static function create(source:*, x:Number, y:Number, width:Number, height:Number, offsetX:Number = 0, offsetY:Number = 0, sour 2018-09-06 0 0 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题请先...

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

3077. Dialog限制拖动区域有什么方法 [ 55%]

...链接 提交 2 个回复 Laya_Aaron 赞同来自: LT dialog类  private function _onMouseDown(e:Event):void {             var point:Point = this.getMousePoint();             if (_dragArea.contains(point.x, point.y)) this.startDrag();             else this.stopDr...

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

3078. video.on('complete', this, onPlayEnd);视频播完为何不触发“complete”? [ 55%]

...('complete', this, onPlayEnd);视频播完为何不触发“complete”? function onPlayEnd(evt:Event){ trace("video complete"); } 为何视频播完不触发呢? http://layaair.ldc.layabox.com ... Video 这里要是可以调试该多好~ 2017-01-16 添加评论 免费帖 --> 分享 微博 QZONE...

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

3079. 在运行时,随机出现黑屏,没有报错 [ 55%]

...报错 window is not defined 导微信小程序报错window.focus is not a function 我这样载入场景问题出现在哪呢?? laya2 发布微信开放域工程,用微信开发者工具打开报错 发布H5后通过网页打开出现左上角的那个图标是什么东东 怎么去掉 问题...

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

3080. 急急 在线等 加载xml 后直播无法自动播放 附示例项目 [ 54%]

...aderPolicy.setup(URLResolver.solvePath("files.fst?"), Handler.create(this, function xload() : void { //无法播放 Laya.loader.load(URLResolver.solvePath("config.xml"), Handler.create(this, onConfigLoaded), null, Loader.XML); //直接调用可以正常播放 //onConfigLoaded(null); }));   运行...

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