大约有 5,491 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0159 秒)
Laya_社区(4920) Laya2.0_文档(348) Laya3.0_文档(119) Laya_示例(24) Laya3.0_api(23) Laya2.0_api(21) laya_api(19) Laya2.0_示例(17)
...放视频偶现崩溃,日志显示缓冲区被丢弃 [SurfaceTexture-0-21301-0](this:0x74cf4b3800,id:0,api:3,p:559,c:21301) queueBuffer: slot 10 is dropped, handle=0x750dc86a80 [Debug][Video]IsPaused: true [SurfaceTexture-0-21301-0](this:0x74cf4b3800,id:0,api:3,p:559,c:21301) queueBuffer: slot 9 i...
来源: Laya_社区 发布时间: 20240821
...有了 打包后APP在安卓手机打开字体不显示了 附件 : --> 2017-09-11 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 cuixueying 赞同来自: 不清楚,可以提供源码可重现问题的示例,...
来源: Laya_社区 发布时间: 20170911
单机版app构建后在 android studio 中无法访问网络 1.7.12beta 版 仅做了一个简单的UI界面,无功能。 layaIDE中运行调试显示正常。 使用 layadcc 打包资源,然后 app构建 单机版在 andriod studio 中打开。 使用usb调试 和 打包apk 安装均在启...
来源: Laya_社区 发布时间: 20171115
...on setup() { var list = new List(); list.itemRender = Item; list.repeatX = 1; list.repeatY = 4; list.x = (Laya.stage.width - WID) / 2; list.y = (Laya.stage.height - HEI * list.repeatY) / 2; // 使用但隐藏滚动条 list.vScrollBarSkin = ""; list.selectEnable = true; list.selectHandler = new Handl...
来源: Laya_示例 发布时间: 20260303
...下连接两个对象的运动。 **在LayaAir中使用FixedConstraint** - 1.创建两个刚体 ```typescript //创建盒型MeshSprite3D var box: MeshSprite3D = (this.scene.addChild(new MeshSprite3D(PrimitiveMesh.createBox(1, 1, 1)))); //设置材质 var transform: Transform3D = box.transform; var p...
来源: Laya2.0_文档 发布时间: 20210715
...下连接两个对象的运动。 **在LayaAir中使用FixedConstraint** - 1.创建两个刚体 ```typescript //创建盒型MeshSprite3D var box: MeshSprite3D = (this.scene.addChild(new MeshSprite3D(PrimitiveMesh.createBox(1, 1, 1)))); //设置材质 var transform: Transform3D = box.transform; var p...
来源: Laya2.0_文档 发布时间: 20210715
...右侧<属性>面板中的<常用>标签中color设置为#3341e8,fontSize属性的值设为36,align选择为center,调整Lebel的宽高,width为 150,height为60(读者也可以自行修改面板数值或在画布中用鼠标拉伸调整)在<其他>标签中设置bgCol...
来源: Laya_社区 发布时间: 20171222
...图的div容器 ``` ### 二、接着是构造函数: ```java Laya.init(1, 1); // 使用高精度位置 Laya.Geolocation.enableHighAccuracy = true; Laya.Geolocation.watchPosition(Laya.Handler.create(this, updatePosition), Laya.Handler.create(this, onError)); // 绑定作用域 convertToBaiduCoord =...
来源: Laya2.0_文档 发布时间: 20210715
...eset():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['from_client_seatsno'], msg['from_client_name'], msg['content']); } private AddChat(seat:number, name:s...
来源: Laya_社区 发布时间: 20170911
# ComboBox 组件参考 ## 一、通过LayaAirIDE创建ComboBox组件 ###1.1 创建ComboBox ComboBox 是一个下拉列表选项框组件。 点击选择资源面板里的 ComboBox 组件,拖放到页面编辑区,即可添加 ComboBox 组件到页面上。 ComboBox 的脚本请接口...
来源: Laya2.0_文档 发布时间: 20210714