大约有 3,209 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0209 秒)
Laya_社区(2484) Laya3.0_api(201) Laya2.0_文档(169) Laya2.0_api(98) laya_api(84) Laya3.0_文档(73) Laya_示例(69) Laya2.0_示例(31)
Search Preparing search index... The search index is not available layaair Options All Public Public/Protected All Inherited Externals Only exported Menu Globals "laya/d3/core/material/PBRStandardMaterial" PBRStandardMaterial Class PBRStandardMaterial PBRStandardMaterial 类用于实现PBR材质。...
来源: Laya3.0_api 发布时间: 20231115
...log:Dialog = <Dialog>e; dialog.y = - dialog.height; var yy:number = (Laya.stage.height - dialog.height)/2; Laya.Tween.to(dialog,{y:yy},600,Laya.Ease.backOut); },[],false); this.gameHelpDialog = new view.GameHelpDialog(); 2017-11-14 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有...
来源: Laya_社区 发布时间: 20171114
安装layaair2-cmd一直失败 C:\Users\Administrator>npm i layaair2-cmd -g npm WARN deprecated core-js@2.6.11: core-js@<3 is no longer maintained and not recommended for usage due to the number of issues. Please, upgrade your dependencies to the actual version of core-js@3. C:\Users\Admini...
来源: Laya_社区 发布时间: 20200211
...要支持下划线点击展示装备道具等需求。 修改2.0版本 laya.html.js库里的代码__proto.renderSelfToGraphic=function(graphic,gX,gY,recList){ var cssStyle=this.style; var words=this._getWords(); var i=0,len=0; if (words){ len=words.length; var a; if (cssStyle){ var font=cssStyle....
来源: Laya_社区 发布时间: 20190611
laya 的list组件,如果有多页信息,怎么实现翻页丫?? laya 的list组件,如果有多页信息,怎么实现翻页丫?? 2018-07-24 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 2 个回复 Laya_Aar...
来源: Laya_社区 发布时间: 20180724
# LayaAir3D中的Transform变换 在前面讲过了LayaAir3D中的坐标系和几个基础数学工具,在示例代码中,transform是一个变换对象([Transform3D](https://layaair.ldc.layabox.com/api2/Chinese/index.html?category=Core&class=laya.d3.core.Transform3D)API),他在3D的...
来源: Laya2.0_文档 发布时间: 20210715
...转的情况下,转换出来的坐标不正确 _scene3d = new Scene(); Laya.stage.addChild(_scene3d); _camera3d = new Camera(0, 0.1, 300); _scene3d.addChild(_camera3d); _camera3d.transform.translate(new Vector3(0, 0, 150)); _camera3d.clearColor = null; _camera3d.orthographicProjection = true; _cam...
来源: Laya_社区 发布时间: 20161226
laya3D导入动画材质在安卓手机和电脑上显示正常,在苹果手机显示异常 laya3D导入动画材质在安卓手机和电脑上显示正常,在苹果手机显示异常。demo文件已经上传 附件 : --> demo文件.zip 2019-12-09 添加评论 免费帖 --> 分享 微博 QZONE ...
来源: Laya_社区 发布时间: 20191209
...打包后的APP文字消失表情变大 class CAffiche { private textfiled:Laya.HTMLDivElement; public Reset():void { gRoomView.chatBox.innerHTML = ""; gRoomView.chatBox.height = 1; } public SysSay(txt:string):void { this.AddChat(0, "法官", txt); } public PlayerSay(msg:any):void { this.AddChat(msg...
来源: Laya_社区 发布时间: 20170911
TypeError: Cannot read property 'length' of null layaide2.4.0a场景包含预制体hero.prefab,b场景也包含预制体hero.prefab 在a场景通过Laya.Pool.getItemByCreateFun("hero", this.pHero.create, this.pHero)创建对象,同时给对象设置位置,成功 跳转到b场景后,通过Laya.Poo...
来源: Laya_社区 发布时间: 20200309