大约有 9,044 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0119 秒)
Laya_社区(8096) Laya3.0_api(304) Laya2.0_api(209) Laya2.0_文档(174) laya_api(166) Laya3.0_文档(76) Laya_示例(11) Laya2.0_示例(8)
...物品相交,画三面边线 if(this.hit.sprite3D) { //从碰撞信息中获取碰撞处的三角面顶点 var trianglePositions:Array<any>= this.hit.trianglePositions; //矢量绘制三角面边线 this.phasorSprite3D.line(trianglePositions[0], new Laya.Vector4(1,0,0,1), trianglePositions[1],...
来源: Laya_社区 发布时间: 20181020
...光不显示,请问有知道是什么原因的吗?~~~~~~~~~~~~~ 怎么获取对象的坐标 问题状态 最新活动: 2017-08-29 17:34 浏览: 990 关注: 2 人 Victor • 2017-09-25 16:35 @cuixueying 你好,我一直在跟踪这个bug,在1.7.11beta更新日志上说修复了sprite旋转剪...
来源: Laya_社区 发布时间: 20170829
...信小游戏掉帧严重 Laya2.6.0beta 物理引擎 刚体碰撞点位置获取不正确 富文本下划线绘制bug LayaAirIDE1.4版本里用TS引擎库使用view嵌套发布html5报"Uncaught TypeError:Cannot set property 'y' of null"的解决方案 as3 ,LayaAir下调试matter.js物理引擎出错...
来源: Laya_社区 发布时间: 20180517
...onBlur事件监听不到 Laya2.6.0beta 物理引擎 刚体碰撞点位置获取不正确 关于遍历产生的sprite的点击事件,急,大神帮看哈 Animation如何加点击事件 求指点3d射线碰撞和UI点击穿透的问题 event自定义事件的问题 laya 3D碰撞器与 Unity 不一...
来源: Laya_社区 发布时间: 20240708
...更新-问题解答(最新版本:1.7.16) 请问有没有方法能够获取“鼠标是否处于按下状态”? 请问laya有没有地图编辑器工具? 关于微信7.0.3版本之后的版本,微信小游戏 Android 端调整 “在屏 Canvas” 的放缩策略 分享:适配LayaAir版...
来源: Laya_社区 发布时间: 20170425
...经在做 - 杀意来袭 Laya2.6.0beta 物理引擎 刚体碰撞点位置获取不正确 2.1.1.1引擎微信小游戏掉帧严重 关于使用matterjs物理引擎鼠标问题 成都雨墨游戏 求 laya 程序开发人员 怎么讲layaAir里的显示对象添加到matter.js里的物理引擎世界...
来源: Laya_社区 发布时间: 20200909
...mp = new Laya.Templet(); temp.parseData(xxx, xxx, 0); // 从对象池中获取skeleton const skeleton = Laya.Pool.getItemByClass('abc', Laya.Skeleton); skeleton.init(temp, 0); // skeleton使用完放入对象池 Laya.Pool.recover('abc', skeleton); 报错信息: laya.core.js:6194 Uncaught ...
来源: Laya_社区 发布时间: 20181120
...); } var tActionID; function changeAction() { tActionID++; var aniCount; //获取动画动作数量 aniCount=skeleton.getAnimNum(); tActionID=tActionID%aniCount; //显示当前要播放的动画名 text.text=skeleton.getAniNameByIndex(tActionID); //切换播放的动画 skeleton.play(tActionID,true)...
来源: Laya2.0_文档 发布时间: 20210715
... 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
...以在 CmShowTool.loadGLTFDone 中回调返回前进行 ```typescript // 获取脸部模型渲染节点数组 var faceRenderableArray: Array = renderableMap.get("face"); // 添加装扮 CmShowTool.applyFaceMakeUp(faceRenderableArray, struct); ``` 3. 调整光照 - CmShowPBRMatrial 可以调整附加...
来源: Laya2.0_文档 发布时间: 20210715