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

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

3541. 如何在3D旋转中使用缓动 Laya.Tween.to()?官方示例我看过,不是旋转 [ 52%]

.../layaair.ldc.layabox.co ... ing03 Laya.timer.frameLoop(1, this, checkHit); function checkHit() { box.transform.position = _position; } Laya.Tween.to(_position, {x: _vector3.x, y: _vector3.y, z: _vector3.z}, 500); sfsmmc • 2017-08-24 16:34 如果要做旋转,得用哪一个属性?

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

3542. 纹理截取后内存释放不了 [ 52%]

... posObj.w, posObj.h); g.drawTexture(t, 0, 0); oriDBArr[i] = g; } private function onClear():void { console.log(Laya.loader.getRes(_url)); Loader.clearRes(_url,true); console.log(Laya.loader.getRes(_url)); } 将一个大图截成多个小图纹理以后,截出来纹理内存好像不能释放...

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

3543. 用IDE编辑器编辑好label,想弄点击文字变色功能,发现有问题 [ 52%]

...么问题。以下是测试的简单代码: this.a6.on("click",this,onB);function onB(e) { etg = e.target; etg.color = "#ff0000"; } 2016-06-06 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 Monica - 知识达人...

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

3544. laya.d3.component.animator.AnimatorStateCondition_API3.0 [ 52%]

...ss with type parameter Constructor Method Accessor Object literal Variable Function Type alias Enumeration Interface Static method

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

3545. laya.layagl.QuickTestTool_API3.0 [ 52%]

...ss with type parameter Constructor Property Method Object literal Variable Function Type alias Enumeration Interface Static method

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

3546. Cannot connect to runtime process, timeout after 10000 ms [ 52%]

...加参数吗 prefab添加runtime脚本 comp._addComponentInstance is not a function 2.0 Beta3版本中,runtime脚本的的问题 看腾讯课程碰到的runtime无效问题 IDE界面编辑中最顶层view设置runtime无效 Cannot connect to runtime process, timeout after 10000 ms 自动关闭 问...

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

3547. 接管热更新失败的问题 [ 52%]

...卓举例  热更新失败会进入cofig.js里边 window.onLayaInitError==function=(e) {console.log("onLayaInitError error=" =+ e); talert(加载游戏失败,可能由于您的网络不稳定,请退出重进") } 这个方法,然后就停在这里了。这里能否再调回JAVA代码,让程...

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

3548. laya.d3.core.FloatKeyframe_API3.0 [ 52%]

...ss with type parameter Constructor Property Method Object literal Variable Function Type alias Enumeration Interface Inherited property

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

3549. laya.particle.emitter.EmitterBase_API3.0 [ 52%]

...Class with type parameter Property Method Accessor Object literal Variable Function Type alias Enumeration Interface

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

3550. Laya整合echarts示例(TypeScript) [ 52%]

...是运行效果   以下是新建项目,修改后的onLoaded函数。 function onLoaded(): void { //laya相关代码 var div:any = Laya.Browser.document.createElement("div"); div.style.width = "600px"; div.style.height = "400px"; Laya.Browser.document.body.appendChild(div); var myChart = new Laya...

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