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

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

241. 移动Sprite时,边缘闪烁 [ 68%]

...= 0; var count = 0; var totale = 0; Laya.timer.frameLoop(1, this, function test() { var deltaTime = new Date().getTime() - lastTimestamp; lastTimestamp = new Date().getTime(); count++; totale += deltaTime; this.x += this.speed_x*deltaTime; this.y += this.speed_y*deltaTime; });用以上代码移动...

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

242. laya字体渲染闪退 [ 68%]

...闪退 18:12:15.464  A      #00 pc 000000000077d730  /data/app/com.vn.test-1G57vgueQKAtCE7JLmkn7g==/lib/arm64/liblayaair.so (laya::JCFreeTypeFontRender::getTextLineBitmapData(char*, laya::BitmapData*, int, laya::JCFontInfo*, int, int, double, double)+1516) 18:12:15.464  A      #01 pc 000000...

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

243. 如何加载使用从服务器下载的图片 [ 68%]

...载下来的图片可以通过完整URL路径对Image赋值(http://~~~~/test..png),但不能像图片放在本地那样直接通过图片名字对image赋值(test.png),因为通过ui面板导出来的配置信息就是图片名字,所以图片下载下来后没法直接用,需要重新...

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

244. laya.utils.ClassUtils [ 68%]

...", "scale":[2,2] }, "child":[ { "type":"Text", "props":{ "text":"this is a test", "var":"label", "rumtime":"" } } ] } ClassUtils  getClass(className:String):*[static] 根据名字返回类对象。 ClassUtils  getInstance(className:String):*[static] 根据名称创建 Class 实例。 ClassUtils...

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

245. 截屏问题className:layaair/game/browser/ExportJavaFunction,methodName:captureScreen [ 67%]

...idth,height){ conch.saveAsPng( content,width,height,conch.getCachePath()+"/test.png" ); }) }   2018-02-27 0 5 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题请先登录 发起人 sata121 相关问题 发起问题须知,必看!!!不按提问规则的,...

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

246. 缓动画Bug,给了回调函数之后是直接过时间后执行回调函数,但是之前的缓动画不会执行 [ 67%]

...的链接 提交 3 个回复 cuixueying 赞同来自: Laya.Tween.to(this.testAnimation,{x:200,y:200},2000,null,Laya.Handler.create(this,this.change)) 把这句话改下就好了,第四个参数不能是{},如果使用默认缓动类型,设置为null即可! 2017-08-28 0 0 分享 微博 QZONE ...

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

247. 编译时报错 [ 67%]

...LayaAirIDE_beta2.5\resources\app   [16:24:15] Using gulpfile D:\workspace\Test_2_5_1\.laya\compile.js   [16:24:15] Starting 'layacompile'...   [16:24:16] Finished 'layacompile' after 634 ms   [16:24:16] Starting 'compile'...   [16:24:16] 'compile' errored after 23 ms [16:24:16] Error: Invalid n...

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

248. skin加载url资源不会刷新 [ 67%]

...ader.clearRes("http://10.144.1.20:8081/files/ ... 6quot;);         var test: Texture = Laya.loader.getRes("http://10.144.1.20:8081/files/ ... 6quot;);         Laya.loader.load("http://10.144.1.20:8081/files/ ... ot%3B, Handler.create(this, function (): void {             var t: Texture...

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

249. 绘制形状时事件不触发 [ 67%]

...nt) {         console.log("_____ kbRing2\n");     } } function laya_test() {     Laya.init(Laya.Browser.clientWidth, Laya.Browser.clientHeight, Laya.WebGL);     var ring = new myRing(600, 300, 18, "#087729", 40, "#a87729");     Laya.stage.addChild(ring.sprite); }   laya_test();   代...

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

250. 如何获取unity导出的摄像机 [ 67%]

...是不太明白那个回调怎么写,Laya.Scene.load("h5/LayaScene_Test01/Test01.ls");里面只能写url 苏栢 • 2018-08-08 17:05 @Laya_Aaron:下面是图片 Laya_Aaron • 2018-08-08 17:06 Laya.loarder.load 苏栢 • 2018-08-08 17:19 @Laya_Aaron:还是不太清楚,我用Laya.loard...

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