大约有 589 项符合查询结果, 库内数据总量为 30,782 项。 (搜索耗时: 0.0069 秒)
Laya_社区(330) Laya3.0_api(80) Laya2.0_api(73) laya_api(69) Laya2.0_文档(20) Laya3.0_文档(16) Laya2.0_示例(1)
...次嵌套,减少Sprite数量。 非可见区域的对象尽量从显示列表移除或者设置visible=false。 对于容器内有大量静态内容或者不经常变化的内容(比如按钮),可以对整个容器设置cacheAs属性,能大量减少Sprite的数量,显著提高性能。...
来源: Laya3.0_文档 发布时间: 20241014
...his.resultMatrix; } 2. Bone 的构造函数中添加矩阵缓存列表 function Bone(){ this.name=null; this.root=null; this.parentBone=null; this.length=10; this.transform=null; this.inheritS...
来源: Laya_社区 发布时间: 20190805
... label 的高度。 Laya.stage.addChild(label);//将 label 添加到显示列表。 var passwordLabel:Label = new Label("请原谅我,我不想被人看到我心里话。");//创建一个 Label 类的实例对象 passwordLabel 。 passwordLabel.asPassword = true;//设置 passwordLabel 的显示反...
来源: Laya3.0_api 发布时间: 20231115
...Box2d的方法呢,比如最基础的world.getBodyList()用于遍历物体列表的功能等等。 附件 : --> laya_test_2.zip 2018-10-24 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 2 个回复 ave 赞...
来源: Laya_社区 发布时间: 20181024
...几个问题中: 1、list的tweenTo方法,第二个参数为0时造成列表子项渲染错误的问题,我们测试并没有复现。 2、ide多语言的设置问题,需要您提供给一个可以复现的demo。 3、displayChild的问题我们已经复现出了,下一步会考虑比较...
来源: Laya_社区 发布时间: 20211105
...-- 由上可得知,LayaBox启动的顺序是: 1、加载取本地文件列表:filetable.txt; 2、再从apk指定的服务器上加载:simhei.ttf; 3、如果当前提供的服务器上不存在simheittf文件,则从:http://runtime.layabox.com/font/simhei.ttf 这个地址上下载; 4...
来源: Laya_社区 发布时间: 20170320
...t = 250;//设置 bg 的高度。 this.addChild(bg);//将 bg 添加到显示列表。 var image = new laya.ui.Image("resource/ui/image.png");//新建一个 Image 类的实例 image 。 this.addChild(image);//将 image 添加到显示列表。 var button = new laya.ui.Button("resource/ui/btn_close.png...
来源: Laya3.0_api 发布时间: 20231115
...tion fileDisplay(filePath){ //根据文件路径读取文件,返回文件列表 fs.readdir(filePath,function(err,files){ if(err){ console.warn(err) }else{ //遍历读取到的文件列表 files.forEach(function(filename){ //获取当前文件的绝对路径 var filedir = path.join(filePath,filenam...
来源: Laya_社区 发布时间: 20190613
...使用。Node displayedInStage : Boolean[read-only] 表示是否在显示列表中显示。Node displayHeight : Number[read-only] 对象的显示高度(以像素为单位)。 Sprite displayWidth : Number[read-only] 对象的显示宽度(以像素为单位)。 Sprite dragArea : String ...
来源: Laya2.0_api 发布时间: 20190513
...。UIComponent displayedInStage : Boolean[read-only] 表示是否在显示列表中显示。Node displayHeight : Number[read-only] 对象的显示高度(以像素为单位)。 Sprite displayWidth : Number[read-only] 对象的显示宽度(以像素为单位)。 Sprite drawCallOptimize : B...
来源: Laya2.0_api 发布时间: 20190513