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

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

12101. 打包成APK运行一半崩溃 [ 43%]

...795    8591-8597/? I/art﹕ Debugger is no longer active 04-11 11:17:08.924    8591-8591/? I/HwCust﹕ Constructor found for class android.app.HwCustHwWallpaperManagerImpl 04-11 11:17:08.927    8591-8591/? E/LayaGameEngine﹕ game_plugin_set_option key=localize value=false 04-11 11:17:08.927 ...

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

12102. LayaAir和原生DOM交互(TypeScript-2D进阶篇(TS)-扩展模块) [ 42%]

...段代码呢?打开谷歌浏览器,随便打开一个空白网页,F12,把上面的代码粘贴到控制台,然后回车,就能看到上面截图的效果。或者新建个html把代码粘贴进去,用浏览器打开。是不是很简单呢?然后我们可以任意修改显示的文...

来源: Laya2.0_文档 发布时间: 20210715

12103. CameraMoveScript.as在哪儿下载群里的有错 [ 42%]

... camera:BaseCamera = owner.scene.currentCamera; 没有了 -- currentCamera 2017-02-18 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 2 个回复 Laya_XS 赞同来自: 官网有github地址,或者你在github上搜索layaair...

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

12104. laya.d3.graphics.Vertex.VertexShurikenParticleMesh [ 42%]

...tRotation1 : Vector3[read-only] VertexShurikenParticleMesh  startRotation2 : Vector3[read-only] VertexShurikenParticleMesh  startSize : Vector3[read-only] VertexShurikenParticleMesh  startSpeed : Number[read-only] VertexShurikenParticleMesh  time : Number[read-only] VertexShurikenParticleMes...

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

12105. laya.d3.graphics.Vertex.VertexShurikenParticleBillboard [ 42%]

...tion1 : Vector3[read-only] VertexShurikenParticleBillboard  startRotation2 : Vector3[read-only] VertexShurikenParticleBillboard  startSize : Vector3[read-only] VertexShurikenParticleBillboard  startSpeed : Number[read-only] VertexShurikenParticleBillboard  time : Number[read-only] VertexShur...

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

12106. viewportPointToRay产生的射线始终有偏差,是为什么? [ 42%]

...么? 我使用这种方式构造了一个射线: let point = new Vector2(Laya.stage.mouseX, Laya.stage.mouseY); camera.viewportPointToRay(point, this._ray);然后发现ray构造出来的位置始终不对,我沿着ray的方向放了一组3D物体,和从屏幕点击下去的位置始终有一...

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

12107. socket通讯返回数据 [ 42%]

...e, type: "error", target: WebSocket, currentTarget: WebSocket, eventPhase: 2…} 关闭事件 CloseEvent {wasClean: false, code: 1006, reason: "", type: "close", target: WebSocket…} //-------------------------------------------------------------------------------------------------- 如果 运行 ...

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

12108. Laya2.9Unity插件问题 [ 42%]

Laya2.9Unity插件问题 看一下这个动作为什么导出报错,其他动作有的可以导出,有的跟这个一样的报错 NullReferenceException: Object reference not set to an instance of an object n.a (UnityEngine.GameObject A_0, System.Boolean A_1, backAnimatorData A_2) (at <8191b...

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

12109. 有关Laya3D碰撞检测疑问 [ 42%]

...ya.Vector3(0, 0, 0), new Laya.Vector3(0, 0, 0)); private point: Laya.Vector2 = new Laya.Vector2(); private _outHitAllInfo: Array<Laya.RaycastHit>;  private camera: Laya.Camera; private label: Laya.Label; constructor() { Laya3D.init(0, 0, true); Laya.stage.scaleMode = Laya.Stage.SCALE_FULL; La...

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

12110. Laya多点触控是有开关吗 为什么多点触控没有任何反应 [ 42%]

...s.text = new Laya.Text();         this.text.x = Laya.stage.width / 2 -50 ;         this.text.text = "触控点归零";         //显示文本显示框         this.text = new Laya.Text();         this.text.name = "ceshi";         this.text.overflow = L...

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