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

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

1. TimeLine调用destroy报错&执行完成后回到起点 [ 100%]

...vate function createTimerLine():void { timeLine.addLabel("turnRight",0).to(target,{x:450, y:100, scaleX:0.5, scaleY:0.5},2000,null,0) .addLabel("turnDown",0).to(target,{x:450, y:300, scaleX:0.2, scaleY:1, alpha:1},2000,null,0) .addLabel("turnLeft",0).to(target,{x:100, y:300, scaleX:1, scaleY:0.2, al...

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

2. [Error] TypeError: null is not an object (evaluating 'this._style._tf') [ 87%]

...hrome出现错误: Error processing launch: Error Could not attach to main target 红米K20pro 多个手指同时按下就会报这个错 object has in SimpleSingletonList laya2.0加载3d场景报错Uncaught TypeError: Cannot read property 'btCollisionObject' of undefined 关于同为object层,层...

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

3. 使用UrlLoader加载图片,flash获取data为byteArray,翻译成h5后data为image? [ 86%]

...eLoaded(event:Event):void { // TODO Auto-generated method stub trace(event.target.data is ByteArray) var ba:ByteArray=event.target.data as ByteArray; l=new Loader(); l.contentLoaderInfo.addEventListener(Event.COMPLETE,onImage2Loaded); l.loadBytes(ba); urlLoader.removeEventListener(Event.COMPLETE,onI...

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

4. 自己写了个label继承官方的label,出现了问题,求指导~ [ 85%]

...lse, italic:Boolean = false, underline:Boolean = false, url:String = null, target:String = null, align:String = null, leftMargin:Object = null, rightMargin:Object = null, indent:Object = null, leading:Object = null) { //Config.fontName, 18, LIST_LABEL_COLOR, //false, false, false, //null, null, Text...

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

5. Tween文件内发现一个bug [ 84%]

...有了 //如果对象被销毁,则立即停止缓动 /*[IF-FLASH]*/if (target is Node && target.destroyed) return clearTween(target); //[IF-JS]if (target.destroyed) return clearTween(target); [IF-JS]if (target != null && target.destroyed) return clearTween(target); ? 2017-03-13 添...

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

6. 动效问题,没有 ui.TestPUI,官方文档是错的,几年了至今无解答 [ 83%]

..."y":0,"x":0,"texture":"ani/p1.png"},"compId":3}],"animations":[{"nodes":[{"target":3,"keyframes":{"scaleY":[{"value":1,"tweenMethod":"linearNone","tween":true,"target":3,"key":"scaleY","index":0},{"value":0.5,"tweenMethod":"linearNone","tween":true,"target":3,"key":"scaleY","index":2},{"value":1,"tw...

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

7. Laya.Tween.to 有没有监听值的变化的方法? [ 82%]

...* 缓动对象的props属性到目标值。          * @param   target 目标对象(即将更改属性值的对象)。          * @param   props 变化的属性列表,比如{x:100,y:20,ease:Ease.backOut,complete:Handler.create(this,onComplete),update:new Handler(this,onComple...

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

8. android真机调试频繁报出 error [ 80%]

...hrome出现错误: Error processing launch: Error Could not attach to main target 【带附件】 使用Laya2.0.0beta5.1 发布官方示例 真机报错 window is not defined LayaAir2D示例 Mac 2.0.0beta3 Chrome调试黑屏 路径是对的,但老是,调试控制台提示:错误,图片是IDE...

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

9. CommandBuffer_Outline 每次 addCommandBuffer都会永久增加10Gpu,removed掉相机事件也不会减少 [ 80%]

...   //将RenderTexture设置为渲染目标         buf.setRenderTarget(renderTexture);         //清楚渲染目标的颜色为黑色,不清理深度         buf.clearRenderTarget(true,false,new Laya.Vector4(0,0,0,0));                  //将传入的Rend...

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

10. 程序可以运行,但是过一段时间会出现Uncaught TypeError: Cannot read property 'font' of null错误,如何修改代码 [ 79%]

...hrome出现错误: Error processing launch: Error Could not attach to main target 请问在layaIDE里,怎么调用微信小程序API 用了第三方socket类 项目在IDE上可以连接正常运行,为什么打包APK之后在手机上就连接不上socket 求问shader中的attribute变量怎么...

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