大约有 1,305 项符合查询结果, 库内数据总量为 31,625 项。 (搜索耗时: 0.0065 秒)
Laya_社区(891) Laya3.0_api(116) Laya2.0_api(95) laya_api(83) Laya2.0_文档(72) Laya3.0_文档(43) Laya_示例(3) Laya2.0_示例(2)
...回事? 头条/微信/OPPO/vivo/趣头条/百度 等渠道发布 如何获取图片每个像素点的RGB? 1.7.15 小游戏3d 发布后在手机预览显示异常 问题状态 最新活动: 2017-10-22 17:22 浏览: 798 关注: 2 人 haiboannacom • 2017-10-22 17:54 看了。是ide的问题。。...
来源: Laya_社区 发布时间: 20171022
...定, 无法添加新回复 发起人 InJoins 相关问题 Animator 如何获取当前所有动画名称呢?或者所有的AnimationClip呢? 谷歌浏览器播放mp3出现The AudioContext was not allowed to start. iphone自带浏览器页面怎么锁定 骨骼动画播放完后的回调时间 真...
来源: Laya_社区 发布时间: 20180410
...ghtMoveScript = camera.addComponent(LightMoveScript) as LightMoveScript; //获取操作的灯光数组 var moverLights: Array = moveScript.lights; var offsets: Array = moveScript.offsets; var moveRanges: Array = moveScript.moveRanges; moverLights.length = 15; //添加15个点光 for (var i: Number =...
来源: Laya2.0_文档 发布时间: 20210714
...中返回的完整场景scene添加到舞台 Laya.stage.addChild(scene); //获取摄像机 var camera = scene.getChildByName("Main Camera"); /** ** 省略其它代码若干,可前往Layabox官网示例或相关文档中查看 */ })); ``` ##### 5.2.2 预设的加载与使用(.lh) 有一些模型或...
来源: Laya2.0_文档 发布时间: 20210714
...itResult(); private UpdateRay() { //射线初始化(必须初始化) //获取鼠标在屏幕空间位置 this.pointRay.x = Laya.MouseManager.instance.mouseX; this.pointRay.y = Laya.MouseManager.instance.mouseY; //详设计产生射线方法,通过2D坐标获取与屏幕垂直的一条射线 ...
来源: Laya_社区 发布时间: 20190416
...放完后的回调时间 Laya2.6.0beta 物理引擎 刚体碰撞点位置获取不正确 关于使用matterjs物理引擎鼠标问题 2.1.1.1引擎微信小游戏掉帧严重 Animator 如何获取当前所有动画名称呢?或者所有的AnimationClip呢? 一个时间轴动画里创建的多个...
来源: Laya_社区 发布时间: 20161017
...ind console.log("c:",c.id);//c:2 } 是不是发现b只处理了set后无法获取id的值。 5.pomelo 说实话,框架真心不错,客户端也简单,具体介绍看github上的介绍吧,https://github.com/NetEase/pomelo,谈到这个就顺便讲讲如何使用第三方库吧,以pomeloClien...
来源: Laya_社区 发布时间: 20161109
... Inherited from Component.owner Defined in laya/components/Component.ts:24 获取所属Node节点。 Optional runInEditor runInEditor: boolean Inherited from Component.runInEditor Defined in laya/components/Component.ts:34 是否可以在IDE环境中运行 Optional scriptPath scriptPath: string Inhe...
来源: Laya3.0_api 发布时间: 20231115
...row:Number, column:Number):NumberMatrix4x4 getForward(out:Vector3):void 获取前向量。 Matrix4x4 getTranslationVector(out:Vector3):void 获取平移向量。 Matrix4x4 identity():void设置矩阵为单位矩阵Matrix4x4 invert(out:Matrix4x4):void 计算一个矩阵的逆矩阵 Matrix...
来源: Laya2.0_api 发布时间: 20190513
...变换后的坐标值没有处理,包括TileMapLayer.getCellData用像素获取对应瓦片也是没有处理
来源: Laya_社区 发布时间: 20251105