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

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

3401. 3d资源无法写入缓存 [ 53%]

...d  3d资源 没有写入缓存        没走  MiniFileMgr.onSaveFile=function(readyUrl,md5Name,isAdd,encoding,callBack,fileSize){ (isAdd===void 0)&& (isAdd=true); (encoding===void 0)&& (encoding=""); (fileSize===void 0)&& (fileSize=0); var fileurlkey=readyUrl; if(MiniFi...

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

3402. laya.ui.Styles_API3.0 [ 53%]

...lPadding scrollBarDelayTime scrollBarMinNum Legend Object literal Variable Function Type alias Class Class with type parameter Enumeration Interface Static property

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

3403. drawTexture时,Matrix对象,a=-1,无法实现水平翻转 [ 53%]

...来自: qihei Laya.loader.load("res/atlas/test0.png", Handler.create(this, function():void    {     var t:Texture = Laya.loader.getRes("res/atlas/test0.png");     ape = new Sprite();     var matrix:Matrix = new Matrix();     matrix.a = -1;     matrix.tx = 2*100+ t.width;   ...

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

3404. laya2.0做微信小游戏排行榜功能时报错 [ 53%]

...分的代码,报错的原因找不出来。 Laya.timer.once(500, this, function (){ var rankSprite2 = new Laya.Sprite(); rankSprite2.zOrder=3; rankSprite2.pos(0,0); rankTexture = new Laya.Texture(Laya.Browser.window.sharedCanvas); // rankTexture.bitmap.alwaysChange = true;//小游戏使用,非...

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

3405. 在模型手上挂了个武器,换动画的时候报错 [ 53%]

...中文的json文件 报错 导微信小程序报错window.focus is not a function Laya2.0 WebGl模式,使用 drawToCanvas 报错 ImageData is not defined? 2.2.0beta4,微信上动态合批报错. 3d 添加灯光 模型变的黑呼呼的 很多黑面 开启CastShadow以后,模型会莫名其妙消...

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

3406. TypeError: Cannot set property 'pivotX' of null 打开弹窗UI时报错 [ 53%]

...动生成的ui代码报错 导微信小程序报错window.focus is not a function 官网示例摇一摇报错,就解决方案 2.2.0beta4,微信上动态合批报错. 自定义场景类导出layaMaxUI.ts有前缀导致报错 dialog 自定义关闭效果,效果执行完,弹窗无法关闭 laya2 ...

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

3407. 发布微信小游戏,vivo,oppo真机报错 [ 53%]

...t read property 'HALF_FLOAT_OES' of null;at requestAnimationFrame callback function TypeError: Cannot read property 'HALF_FLOAT_OES' of null at RenderTexture._texImage2D (game.js:18:184542) 引擎源代码出错位置如图:  浏览器和微信IDE调试还有其他机型均正常,只有vivo opp...

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

3408. 2.0.0beta5版本drawPoly设置坐标失效 [ 53%]

...来自: WebGLContext2D 类里面  如下方法 修改后即可   public function addPath(points:Array, close:Boolean, convex:Boolean, dx:Number, dy:Number):void { var ci:int = 0; for (var i:int = 0, sz:int = points.length / 2; i < sz; i++) { var x1:Number = points[ci]+dx, y1:Number = points[ci ...

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

3409. unity制作的粒子特效加载失败 [ 53%]

....     at AnimationClipParser02.READ_ANIMATIONS (laya.d3.js:277)     at Function.AnimationClipParser02.parse (laya.d3.js:222)     at AnimationClip.__proto.onAsynLoaded (laya.d3.js:22407)     at ResInfo.onLoaded (laya.core.js:12995)     at EventHandler.__proto.runWith (laya.core.js:711)   ...

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

3410. 引用laya.filter.js 之后还是报错 BlurFilter is not a constructor [ 53%]

...摇报错,就解决方案 导微信小程序报错window.focus is not a function 本地调试加载本地图片都报错 问题状态 最新活动: 2019-03-01 16:50 浏览: 850 关注: 3 人 周志华 • 2019-04-30 11:58 遇到同样问题,已经勾选,还是报错 Laya_Aaron • 2019-04-30 1...

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