大约有 415 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0113 秒)
...ngShi.ls",Handler.create(null,function(scene:Scene3D):void { //加载完成获取到了Scene3d Laya.stage.addChild(scene); //获取摄像机 var camera:Camera = scene.getChildByName("Main Camera") as Camera; //清除摄像机的标记 camera.clearFlag = BaseCamera.CLEARFLAG_SKY; //添加光照 var d...
来源: Laya2.0_文档 发布时间: 20210715
...成场景类了,此时该如何获得场景内的元素 Animator 如何获取当前所有动画名称呢?或者所有的AnimationClip呢? TypeScript下HttpRequest发送Post请求有Bug? laya2.0加载3d场景报错Uncaught TypeError: Cannot read property 'btCollisionObject' of undefined 从unit...
来源: Laya_社区 发布时间: 20191123
...变换后的坐标值没有处理,包括TileMapLayer.getCellData用像素获取对应瓦片也是没有处理
来源: Laya_社区 发布时间: 20251105
...或者物体移动卡顿问题,请求解决 请问有没有方法能够获取“鼠标是否处于按下状态”? Dialog:屏蔽点击Dialog之外的区域关闭弹框 如何实现微信登录? Tween如何实现无限循环改变alpha? 有什么容器能够实现当子元素达到显示上...
来源: Laya_社区 发布时间: 20251211
... 这个是怎么回事? 关闭预制体报错 分享:LayaAir下如何获取图集下的小图资源? LayaAir3.1.4中使用Spine3.8的动画资源显示异常 laya3.0.6版本ide 预制体的问题 new Laya.Sprite();绘制图形以后,怎么删除释放资源? 尽量保证同一个面板中...
来源: Laya_社区 发布时间: 20251223
...evel:"1",author:"官方发布",info:"我可以-四子"}; //获取关卡信息后格式化 let t= gf.getGuanqiaInfo(tmp); this.text_guanqia_info.text = gf.format_GuanqiaInfo(t); this.name = "pic-"+ tmp; var glow...
来源: Laya_社区 发布时间: 20210122
...法添加新回复 发起人 bohan 相关问题 请问有没有方法能够获取“鼠标是否处于按下状态”? 请问在layaIDE里,怎么调用微信小程序API 使用了u3D导出来的粒子,不停的显示移除并销毁其克隆对象,统计面板的显存和内存就会显示成...
来源: Laya_社区 发布时间: 20180729
...图片 执行代码说加载不出来资源 这个是怎么回事? 如何获取图片每个像素点的RGB? 使用getChildByName()无法得到子节点对象 合并小图片 问题状态 最新活动: 2015-12-25 10:10 浏览: 4407 关注: 2 人 cuixueying • 2015-12-25 10:07 可以使用loa...
来源: Laya_社区 发布时间: 20151224
...imatorStateScript | null Defined in laya/components/AnimatorState2D.ts:231 获取脚本。 Parameters type: typeof AnimatorStateScript 组件类型。 Returns AnimatorStateScript | null 脚本。 getScripts getScripts(type: typeof AnimatorStateScript): AnimatorStateScript[] | null Defined in laya/co...
来源: Laya3.0_api 发布时间: 20231115
...this.index].x; this._position.z = this.resPath[this.index++].y; //HeightMap获取高度数据 this._position.y = this.terrainSprite.getHeight(this._position.x, this._position.z); if (isNaN(this._position.y)) { this._position.y = this.moveSprite3D.transform.position.y; } this._tarPosition.x = this._p...
来源: Laya3.0_文档 发布时间: 20230303