大约有 2,916 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0077 秒)
Laya_社区(1723) Laya3.0_api(672) Laya2.0_文档(152) Laya2.0_api(128) laya_api(122) Laya3.0_文档(92) Laya2.0_示例(16) Laya_示例(11)
...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
...使用matter.js库无智能提示 使用3D时候,Property 'getComponentByType' does not exist on type 'Node'. 微信小游戏:HTMLDivElement的使用 LayaAirIDE下如何使用mask? 微信小游戏如何使用ttf字体? Laya mac版的IDE 是没测试就上线了吗? 请问2.0的版本开始...
来源: Laya_社区 发布时间: 20170526
... 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
...使用matter.js库无智能提示 使用3D时候,Property 'getComponentByType' does not exist on type 'Node'. 微信小游戏如何使用ttf字体? 游戏运行在chrome里面 听不见声音 微信小游戏:HTMLDivElement的使用 LayaAirIDE下如何使用mask? 编译调试启动chrome出...
来源: Laya_社区 发布时间: 20171114
密码输入框的文字怎么不见了 试一下文本输入框type="password"的情况,结果输入完失去焦点后文字就不显示了,获取焦点后又还在,文字颜色是调了白色的,不知道是什么情况 附件 : --> 2021-04-23 添加评论 免费帖 --> 分享 微博 QZON...
来源: Laya_社区 发布时间: 20210423
layaair3D导出场景错误TypeLoadException 在unity中使用LayaAir3D插件导出场景的时候一直报这个错误TypeLoadException: Could not load type 'UnityEngine.ImageConversion' from assembly 'LayaAirLibrary'. LayaExport.DataManager.getSceneNode () LayaExport.DataManager.saveData () LayaE...
来源: Laya_社区 发布时间: 20180411
...呢?比如position或者scale 使用3D时候,Property 'getComponentByType' does not exist on type 'Node'. LayaAirIDE下如何使用mask? 求高人分享使用protobuff框架的游戏demo(TS版本或AS版本的) 如何设置Sprite的宽高和点击区域? 使用钢体设置防穿后仍有...
来源: Laya_社区 发布时间: 20171117
... 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
...______________________________") 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
...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