大约有 179 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0041 秒)
Laya3.0_api(77) Laya_社区(59) Laya2.0_api(22) Laya3.0_文档(12) laya_api(6) Laya2.0_示例(2) Laya2.0_文档(1)
...arning:the forth key is be force set to 1. GradientDataNumber warning:data count must lessEqual than 4 GradientDataNumber warning:the forth key is be force set to 1. GradientDataNumber warning:data count must lessEqual than 4 GradientDataNumber warning:the forth key is be force set to 1. GradientDat...
来源: Laya_社区 发布时间: 20190301
...IBQuadrangle不停上涨,长时间玩会引发 throw Error("IBQuadrangle count:"+count+" must<:"+Math.floor(65535 / 4)); 游戏sprite的峰值在500以下,稳定后,基本不会新增对象。 游戏重绘稍微有点高,是因为重绘吗? 2018-07-30 添加评论 免费帖 --> 分享 ...
来源: Laya_社区 发布时间: 20180730
...otionAltasPath); emotionSwf.play(0,false); emotionSwf.playTo(0, emotionSwf.count, Laya.Handler.create(this,() => { emotionSwf.stop(); emotion.visible = false; })); 如上代码,发现调研play(0,false)后,动画还是一直循环播放,还是emotionSwf.count一直为0,导致播放完成...
来源: Laya_社区 发布时间: 20181029
所能支持的最多对象数量是多少? throw Error("IBQuadrangle count:"+count+" must<:"+Math.floor(65535 / 4)); 做了一个网页版的地图编辑器,代替了tilemap ,但是遇到一个问题,地图打小限制了,Laya最大支持的对象数量有限制,多了会报错,...
来源: Laya_社区 发布时间: 20180627
...le 错误会造成页面卡死,请问是怎么回事 Error: IBQuadrangle count:16423 must<:16383 Script: /libs/min/laya.webgl.min.js Line: 2 Column: 17014 StackTrace: Error: IBQuadrangle count:16423 must<:16383 2017-08-05 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相...
来源: Laya_社区 发布时间: 20170805
...ject(args:Array=null, frameNum:uint=1, frameTime:uint=0):void{ var count:int = (num++) % 4; offsetArr[num % 2] = count < 2 ? 0 : offset; this.x = offsetArr[0] + point.x; this.y = offsetArr[1] + point.y; if(num > (times * 4 + 1)){ Laya.stage.cle...
来源: Laya_社区 发布时间: 20170823
...rl uuid DEBUG Accessors cpuMemory destroyed gpuMemory id obsolute referenceCount cpuMemory gpuMemory Methods _addReference _clearReference _removeReference _setCPUMemory _setCreateURL _setGPUMemory destroy event hasListener isCreateFromURL off offAll offAllCaller on once destroyUnusedResources Prope...
来源: Laya3.0_api 发布时间: 20231115
...rotation; vibrateObj.view = view; //定义参数 var count = time ? (time / 10) : 50; var loop = 0;//震动次数 var offX; var offY; var dir = 1;//震动方向。1正,-1反 var rotation; Laya.tim...
来源: Laya_社区 发布时间: 20190401
...rial() 创建一个 SkyBoxMaterial 实例。 SkyBoxMaterial _addReference(count:int = 1):void[override] BaseMaterial _parse(data:*, propertyParams:Object = null, constructParams:Array = null):BaseMaterial[static] BaseMaterial _removeReference(count:int = 1):void[override] BaseMaterial clone():* ...
来源: Laya2.0_api 发布时间: 20190513
...vate function gameProgress(evt:*):void { var count:int = evt.data.bytesLoaded; var total:int = evt.data.bytesTotal; debug_txt.text = "加载中,请稍后(2/2)... "+int(count/total*100)+"%"; } } } import com.lege...
来源: Laya_社区 发布时间: 20200217