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

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

2201. laya.physics.ColliderBase_API3.0 [ 52%]

... 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

2202. [骨骼相关]BUG:使用ColorFliter不正常 [ 52%]

... LayaAirIDE下如何使用mask? 使用3D时候,Property 'getComponentByType' does not exist on type 'Node'. 请问2.0的版本开始,我用ts编写的相关内容,都要使用import和export吗? 使用钢体设置防穿后仍有几率会穿透 问题状态 最新活动: 2017-07-23 09:34 ...

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

2203. 聊天室使用HTMLDivElement,宽度被固定为180了,这个怎末改,求救 [ 52%]

...游戏:HTMLDivElement的使用 使用3D时候,Property 'getComponentByType' does not exist on type 'Node'. LayaAirIDE下如何使用mask? 预设怎么在代码中使用 求高人分享使用protobuff框架的游戏demo(TS版本或AS版本的) 请问2.0的版本开始,我用ts编写的相...

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

2204. laya.d3.physicscannon.CannonPhysicsComponent_API3.0 [ 52%]

... 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

2205. 怎么可以彻底释放图片资源,不需要关心是否在使用 就是要强制释放掉制定的图集的内存 [ 52%]

... 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

2206. bitmapFont使用问题 [ 52%]

...小游戏如何使用ttf字体? 使用3D时候,Property 'getComponentByType' does not exist on type 'Node'. 微信小游戏:HTMLDivElement的使用 LayaAirIDE下如何使用mask? 求高人分享使用protobuff框架的游戏demo(TS版本或AS版本的) 关于适配采用showAll后留白...

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

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

...______________________________") 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

2208. 使用FBXTools转换文件直接停止工作 [ 52%]

...呢?比如position或者scale 使用3D时候,Property 'getComponentByType' does not exist on type 'Node'. LayaAirIDE下如何使用mask? laya2的Scene默认是文件模式,不会生成场景类了,此时该如何获得场景内的元素 求高人分享使用protobuff框架的游戏demo(T...

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

2209. 谷歌浏览器无法使用skeleton.load [ 52%]

... 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

2210. 基础文本 · LayaAir3.3 · 引擎文档 · LAYABOX [ 52%]

...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