大约有 12,230 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0241 秒)
Laya_社区(11222) Laya2.0_文档(486) Laya3.0_文档(213) Laya3.0_api(188) Laya2.0_api(44) laya_api(44) Laya_示例(18) Laya2.0_示例(15)
...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
...段代码呢?打开谷歌浏览器,随便打开一个空白网页,F12,把上面的代码粘贴到控制台,然后回车,就能看到上面截图的效果。或者新建个html把代码粘贴进去,用浏览器打开。是不是很简单呢?然后我们可以任意修改显示的文...
来源: Laya2.0_文档 发布时间: 20210715
... camera:BaseCamera = owner.scene.currentCamera; 没有了 -- currentCamera 2017-02-18 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 2 个回复 Laya_XS 赞同来自: 官网有github地址,或者你在github上搜索layaair...
来源: Laya_社区 发布时间: 20170218
...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
...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
...么? 我使用这种方式构造了一个射线: let point = new Vector2(Laya.stage.mouseX, Laya.stage.mouseY); camera.viewportPointToRay(point, this._ray);然后发现ray构造出来的位置始终不对,我沿着ray的方向放了一组3D物体,和从屏幕点击下去的位置始终有一...
来源: Laya_社区 发布时间: 20180201
...e, type: "error", target: WebSocket, currentTarget: WebSocket, eventPhase: 2…} 关闭事件 CloseEvent {wasClean: false, code: 1006, reason: "", type: "close", target: WebSocket…} //-------------------------------------------------------------------------------------------------- 如果 运行 ...
来源: Laya_社区 发布时间: 20180211
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
...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
...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