• 首页
  • 动态
  • 案例
  • 引擎社区
  • API
  • 文档
  • 示例
  • 引擎下载

大约有 2,916 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0077 秒)

2291. ios load后 声音播放问题 [ 51%]

...surls = []; resurls.push({url:"http://192.168.6.132:8900/bin/comp/tap.mp3",type:Laya.Loader.SOUND});Laya.loader.load(resurls, Handler.create(this, onLoaded), Handler.create(this, onLoading, null, false)); function onLoaded(){ console.log(Laya.loader.getRes(src)); }   在chrome,安卓下都是正...

来源: Laya_社区 发布时间: 20170811

2292. 更新到1.74的ide和engine后界面都乱了,使用1.73是好的 [ 51%]

...使用matter.js库无智能提示 使用3D时候,Property 'getComponentByType' does not exist on type 'Node'. 微信小游戏:HTMLDivElement的使用 LayaAirIDE下如何使用mask? 微信小游戏如何使用ttf字体? Laya mac版的IDE 是没测试就上线了吗? 请问2.0的版本开始...

来源: Laya_社区 发布时间: 20170526

2293. laya.physics.ColliderBase_API3.0 [ 51%]

... onPostRender onPreRender onReset onStart onUpdate Legend Class Class with type parameter Constructor Property Accessor Object literal Variable Function Type alias Inherited property Inherited method Inherited accessor Enumeration Interface

来源: Laya3.0_api 发布时间: 20231115

2294. webaudio 在iframe中使用, android chrome中没声音 [ 51%]

...使用matter.js库无智能提示 使用3D时候,Property 'getComponentByType' does not exist on type 'Node'. 微信小游戏如何使用ttf字体? 游戏运行在chrome里面 听不见声音 微信小游戏:HTMLDivElement的使用 LayaAirIDE下如何使用mask? 编译调试启动chrome出...

来源: Laya_社区 发布时间: 20171114

2295. 密码输入框的文字怎么不见了 [ 51%]

密码输入框的文字怎么不见了 试一下文本输入框type="password"的情况,结果输入完失去焦点后文字就不显示了,获取焦点后又还在,文字颜色是调了白色的,不知道是什么情况 附件 : --> 2021-04-23 添加评论 免费帖 --> 分享 微博 QZON...

来源: Laya_社区 发布时间: 20210423

2296. layaair3D导出场景错误TypeLoadException [ 51%]

layaair3D导出场景错误TypeLoadException 在unity中使用LayaAir3D插件导出场景的时候一直报这个错误TypeLoadException: Could not load type 'UnityEngine.ImageConversion' from assembly 'LayaAirLibrary'. LayaExport.DataManager.getSceneNode () LayaExport.DataManager.saveData () LayaE...

来源: Laya_社区 发布时间: 20180411

2297. 如何设置title?用document.title设置的话,必须加载完成才行,我需要在加载过程中就使用指定标题 [ 51%]

...呢?比如position或者scale 使用3D时候,Property 'getComponentByType' does not exist on type 'Node'. LayaAirIDE下如何使用mask? 求高人分享使用protobuff框架的游戏demo(TS版本或AS版本的) 如何设置Sprite的宽高和点击区域? 使用钢体设置防穿后仍有...

来源: Laya_社区 发布时间: 20171117

2298. laya.d3.physicscannon.CannonPhysicsComponent_API3.0 [ 51%]

... onPostRender onPreRender onReset onStart onUpdate Legend Class Class with type parameter Constructor Property Accessor Object literal Variable Function Type alias Inherited property Inherited method Inherited accessor Enumeration Interface

来源: Laya3.0_api 发布时间: 20231102

2299. 微信小游戏中不能加载proto文件 [ 51%]

...______________________________") if (err) throw err;  // Obtain a message type var AwesomeMessage = root.lookup("msg.LoginReq");  // Create a new message var message = AwesomeMessage.create( { openid: "AwesomeString" });  console.log(message.openid) // Verify the message if necessary (i.e. when p...

来源: Laya_社区 发布时间: 20180704

2300. 基础文本 · LayaAir3.4 · 引擎文档 · LAYABOX [ 51%]

...wScript extends Laya.Script { //declare owner : Laya.Sprite3D; @property({ type: Laya.Text }) txt: Laya.Text; constructor() { super(); } onAwake(): void { this.txt.text = "第{n=1}页"; //显示文本的初始化内容 } onStart(): void { let page: number = 1; Laya.timer.frameLoop(10, this, () =>...

来源: Laya3.0_文档 发布时间: 20251010