大约有 1,246 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0078 秒)
Laya_社区(924) Laya3.0_api(80) Laya2.0_文档(78) Laya_示例(64) Laya2.0_示例(51) Laya3.0_文档(45) laya_api(2) Laya2.0_api(2)
...th addChild addChildAt addChildren addComponent addComponentInstance bubbleEvent callLater clearTimer contains customRender destroy destroyChildren drawToCanvas drawToTexture drawToTexture3D event frameLoop frameOnce freshLayout fromParentPoint getBounds getChildAt getChildByName getChildIndex getCo...
来源: Laya3.0_api 发布时间: 20231115
...xt, password: password.text }, "post", "text"); http.once(Laya.Event.COMPLETE, this, function(data:any){ var data = JSON.parse(data); }); 附件 : --> 2024-01-21 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内...
来源: Laya_社区 发布时间: 20240121
... //接口 removeTexture(textureId: number, largeTextureIndex: number = -1, event: boolean = true): boolean 参数说明: textureId:纹理的 ID (可从 texture.bitmap.id 获取) largeTextureIndex:指定从哪个大纹理移除(-1 表示从所有大纹理移除) event:是否触发 Event.CHANG...
来源: Laya3.0_文档 发布时间: 20260131
...侦听器,而是直接侦听列表的ClickItem事件: list.on(Laya.UIEvent.ClickItem, this, this.onClickItem); // 回调函数的第一个参数就是当前被点击的对象 function onClickItem(item: GObject): void { console.log("点击了对象:" + item.title); //获得这个对象在列表...
来源: Laya3.0_文档 发布时间: 20251128
...me("Main Camera") as Camera; Laya.stage.on(Event.MOUSE_DOWN, this, onMouseDown); trace(camera); })) } public function onMouseDown():void { trace(camera); ...
来源: Laya_社区 发布时间: 20190328
...a设置Video的位置,对齐的位置和refence重合 Laya.stage.on(Laya.Event.RESIZE, this, fitDOM); let viewIns = this; function goGameWorld() { videoElmt.pause(); Laya.stage.removeChild(reference); Laya.Browser.removeElement(videoElmt); // Laya.Browser.document.body.removeChild(videoElmt); Laya...
来源: Laya_社区 发布时间: 20180802
...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
...ui页面的图片 的 var 属性设置一个 名字 比如 img img.on(Event.MOUSE_DOWN, this, 回调方法); 2018-01-11 1 5 分享 微博 QZONE 微信 qian 赞同来自: 你可以参考这个示例https://ldc.layabox.com/doc/?nav=zh-as-4-1-0 2018-01-11 0 0 分享 微博 QZONE 微信 为什么被...
来源: Laya_社区 发布时间: 20180111
...js:701) at ResInfo.loadComplete (LayaUISample.max.js:18073) at EventHandler.__proto.runWith (LayaUISample.max.js:702) at ResInfo.__proto.event (LayaUISample.max.js:471) at LoaderManager.__proto._endLoad (LayaUISample.max.js:17932) at Loader.onLoaded (LayaUISample.max.js...
来源: Laya_社区 发布时间: 20180725
...e(100,100); drawCir.pos(200,200); Laya.stage.addChild(drawCir); drawCir.on(Event.CLICK,this,onDrawCirClick); 2017-09-05 0 2 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题请先登录 发起人 浪货界扛把子 相关问题 分享:自定义事件派发与侦...
来源: Laya_社区 发布时间: 20170905