大约有 2,831 项符合查询结果, 库内数据总量为 31,629 项。 (搜索耗时: 0.0068 秒)
Laya_社区(1671) Laya3.0_api(668) Laya2.0_文档(133) Laya2.0_api(128) laya_api(122) Laya3.0_文档(82) Laya2.0_示例(16) Laya_示例(11)
... 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
... LayaAirIDE下如何使用mask? 使用3D时候,Property 'getComponentByType' does not exist on type 'Node'. 请问2.0的版本开始,我用ts编写的相关内容,都要使用import和export吗? 使用钢体设置防穿后仍有几率会穿透 问题状态 最新活动: 2017-07-23 09:34 ...
来源: Laya_社区 发布时间: 20170531
...游戏:HTMLDivElement的使用 使用3D时候,Property 'getComponentByType' does not exist on type 'Node'. LayaAirIDE下如何使用mask? 预设怎么在代码中使用 求高人分享使用protobuff框架的游戏demo(TS版本或AS版本的) 请问2.0的版本开始,我用ts编写的相...
来源: Laya_社区 发布时间: 20190222
... 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
... Laya.loader.getRes(arr[i].url);//资源释放resource.dispose(); Uncaught TypeError: r.dispose is not a function 这个dispose方法 没有 提示 2019-05-31 0 0 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题请先登录 发起人 187*****595 相关问...
来源: Laya_社区 发布时间: 20190531
...小游戏如何使用ttf字体? 使用3D时候,Property 'getComponentByType' does not exist on type 'Node'. 微信小游戏:HTMLDivElement的使用 LayaAirIDE下如何使用mask? 求高人分享使用protobuff框架的游戏demo(TS版本或AS版本的) 关于适配采用showAll后留白...
来源: Laya_社区 发布时间: 20161222
...______________________________") 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
...呢?比如position或者scale 使用3D时候,Property 'getComponentByType' does not exist on type 'Node'. LayaAirIDE下如何使用mask? laya2的Scene默认是文件模式,不会生成场景类了,此时该如何获得场景内的元素 求高人分享使用protobuff框架的游戏demo(T...
来源: Laya_社区 发布时间: 20170307
... LayaAirIDE下如何使用mask? 使用3D时候,Property 'getComponentByType' does not exist on type 'Node'. iphone自带浏览器页面怎么锁定 谷歌浏览器播放mp3出现The AudioContext was not allowed to start. 求高人分享使用protobuff框架的游戏demo(TS版本或AS版本的...
来源: Laya_社区 发布时间: 20180111
...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