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

大约有 1,193 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0061 秒)

131. laya.d3.core.Avatar_API3.0 [ 84%]

...eReference _setCPUMemory _setCreateURL _setGPUMemory clone cloneTo destroy event hasListener isCreateFromURL off offAll offAllCaller on once _parse destroyUnusedResources load Constructors constructor new Avatar(): Avatar Overrides Resource.__constructor Defined in laya/d3/core/Avatar.ts:45 创建...

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

132. dialog的popup方法不会关闭其他弹窗 [ 84%]

...alDialog: NormalDialog; constructor() { super();  this.btn_signin.on(Laya.Event.CLICK, null, () => { this.showDialog("登录成功") }); this.btn_register.on(Laya.Event.CLICK, null, () => { this.showDialog("注册功能暂未开放") });  }  showDialog(context: string) { // if (this.normalD...

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

133. 左右上下能拖拽地图添加on事件报错 [ 84%]

...: 4 人 linyewen • 2022-02-25 17:45 这么修改也会报错吧,this._events[type]是个数组 linyewen • 2022-02-28 11:05 @linyewen:况且增加的this._events[type]上面不是已经判断过了吗 Laya_Yan • 2022-02-28 11:52 @linyewen:你按照图中还会报错吗?报错的话提供个...

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

134. laya.net.LoaderManager_API3.0 [ 84%]

...类,请通过Laya.loader访问。 全部队列加载完成,会派发 Event.COMPLETE 事件;如果队列中任意一个加载失败,会派发 Event.ERROR 事件,事件回调参数值为加载出错的资源地址。 LoaderManager 类提供了以下几种功能: 多线程:默认5个加...

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

135. laya.gltf.glTFResource_API3.0 [ 84%]

...ce _setCPUMemory _setCreateURL _setGPUMemory addDep addDeps create destroy event hasListener isCreateFromURL off offAll offAllCaller on once registerExtra unregisterExtra destroyUnusedResources Constructors constructor new glTFResource(): glTFResource Overrides Prefab.constructor Defined in laya/glt...

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

136. laya.device.media.HtmlVideo_API3.0 [ 84%]

...ference _removeReference _setCPUMemory _setCreateURL _setGPUMemory destroy event getVideo hasListener isCreateFromURL off offAll offAllCaller on once setSource create destroyUnusedResources Constructors constructor new HtmlVideo(): HtmlVideo Overrides Bitmap.__constructor Defined in laya/device/medi...

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

137. WebSocket发送与接收数据(ActionScript-LayaAir基础篇(AS3)-数据与通信) [ 84%]

...。因此实例化socket之后四个事件是我们必须监听的: ``` Event.OPEN :连接正常打开抛出的事件 Event.MESSAGE :接收到消息抛出的事件 Event.CLOSE :socket关闭抛出的事件 Event.ERROR :连接出错抛出的事件 ``` 上面这四个事件是必要的,这也是我...

来源: Laya2.0_文档 发布时间: 20210715

138. laya.spine.SpineTemplet_API3.0 [ 84%]

... _parse _removeReference _setCPUMemory _setCreateURL _setGPUMemory destroy event getAniNameByIndex getSkinIndexByName getTexture hasListener isCreateFromURL off offAll offAllCaller on once destroyUnusedResources Constructors constructor new SpineTemplet(): SpineTemplet Overrides Resource.__construct...

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

139. Button 添加事件不执行? [ 84%]

...1, 760, Laya.WebGL); let Stage = Laya.stage; let Button = Laya.Button; let Event = Laya.Event; let Handler = Laya.Handler; let rightBtn = new Button(); rightBtn.labelFont = "Microsoft YaHei"; rightBtn.label = 'right'; rightBtn.labelSize = 60; rightBtn.labelColors = '#fff'; rightBtn.labelStrokeColor ...

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

140. 如何主动抛出Event.RESIZE事件 [ 83%]

如何主动抛出Event.RESIZE事件 在设置DOM参考定位后需要在Laya.stage.on(Laya.Event.RESIZE。。。中生效。 但手机浏览器加载后,默认不会调用resize,需要手工触发一下才能生效。 如何在代码中主动发出resize事件呢 2017-07-17 添加评论 免费...

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