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

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

201. 分享:Laya开发TS项目使用pomelo客户端SDK(pomelo-jsclient-websocket) [ 54%]

...elo/pomelo-client.js"></script> 另外,pomelo-client.js里的 var EventEmitter = window.EventEmitter;  修改为  var EventEmitter = window.Emitter; 不然可能会遇到EventEmitter未定义的报错。 最后,关于.d.ts文件,这只是代码提示的作用,没有也可以调用...

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

202. [LayaAir3]GList点击出现连续点击问题 [ 54%]

...hildByName('name').offAllCaller(this); item.getChildByName('name').on(Laya.Event.CLICK, this, ()=>{ ... }     2025-10-21 0 2 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题请先登录 发起人 1754891146用户 相关问题 laya针对页游耗用内存大的...

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

203. laya.display.Node [ 54%]

...| All Classes | Index | Frames No Frames NodeProperties | Methods | Events Packagelaya.displayClasspublic class NodeInheritanceNode EventDispatcher ObjectSubclasses ComponentNode, Sprite Node 类是可放在显示列表中的所有对象的基类。该显示列表管理 Laya 运行时中显...

来源: laya_api 发布时间: 20170929

204. 针对2.0.0 beta5 setLoadingPage 做增强 [ 54%]

...ndler otherHandler().then(res => { // 默认进度加1% this._loadScene.event("progress", .01) if (res) param = .concat((param || ), [res]) Laya.Scene.open(url, closeOther, param, complete, progress) }) } /** * 清除loading page */ clearLoadingPage() { this._loadScene = null Laya.Scene.setLoadin...

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

205. 基础文本 · LayaAir3.3 · 引擎文档 · LAYABOX [ 53%]

...xt.borderColor = "#fa1515"; this.txt.overflow = "scroll"; this.txt.on(Laya.Event.MOUSE_DOWN, this, this.startScrollText); } /* 开始滚动文本 */ startScrollText() { prevX = this.txt.mouseX; prevY = this.txt.mouseY; Laya.stage.on(Laya.Event.MOUSE_MOVE, this, this.scrollText); Laya.stage.on(Laya.E...

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

206. laya.d3.core.pixelLine.PixelLineRenderer [ 52%]

...Classpublic class PixelLineRendererInheritancePixelLineRenderer BaseRender EventDispatcher Object PixelLineRenderer 类用于线渲染器。 Public Properties Hide Inherited Public Properties Show Inherited Public Properties PropertyDefined By bounds : Bounds[read-only] 获取包围盒,只读,不...

来源: Laya2.0_api 发布时间: 20190513

207. laya.media.SoundChannel [ 52%]

...ds Packagelaya.mediaClasspublic class SoundChannelInheritanceSoundChannel EventDispatcher Object SoundChannel 用来控制程序中的声音。每个声音均分配给一个声道,而且应用程序可以具有混合在一起的多个声道。 SoundChannel 类包含控制声音的播放、暂停...

来源: laya_api 发布时间: 20170929

208. laya.media.SoundNode_API3.0 [ 52%]

... loop mask mouseEnabled mouseX mouseY numChildren parent pivotX pivotY playEvent rotation scaleX scaleY scene scrollRect skewX skewY source stage staticCache stopEvent target texture timer transform url viewport visible width x y zOrder Methods _initialize _processActive addChild addChildAt addChild...

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

209. laya.d3.animation.AnimationTransform3D [ 52%]

...ationClasspublic class AnimationTransform3DInheritanceAnimationTransform3D EventDispatcher Object AnimationTransform3D 类用于实现3D变换。 Public Properties PropertyDefined By  localRotation : QuaternionAnimationTransform3DPublic Methods Hide Inherited Public Methods Show Inherited Public ...

来源: Laya2.0_api 发布时间: 20190513

210. laya.html.dom.HTMLIframeElement_API3.0 [ 51%]

...ns customRender destroyChildren drawToCanvas drawToTexture drawToTexture3D event frameLoop frameOnce fromParentPoint getBounds getChildAt getChildByName getChildIndex getComponent getComponents getGraphicBounds getMousePoint getRepaint getSelfBounds get_height get_scaleX get_scaleY get_transform get...

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