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

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

1941. LayaFlash是否支持post数据的传输? [ 53%]

...URLLoader(); urlLoader.dataFormat=URLLoaderDataFormat.BINARY; urlLoader.addEventListener(Event.COMPLETE,onDataComplete); var urlRequest:URLRequest=new URLRequest("http/xxx.xxx.xxx"); urlRequest.method=URLRequestMethod.GET; urlLoader.load(urlRequest);   2015-11-27 添加评论 免费帖 --> 分享 ...

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

1942. laya.ui.Tab_API3.0 [ 53%]

...ild addChildAt addChildren addComponent addComponentInstance addItem bubbleEvent callLater clearTimer contains customRender delItem destroy destroyChildren drawToCanvas drawToTexture drawToTexture3D event frameLoop frameOnce freshLayout fromParentPoint getBounds getChildAt getChildByName getChildInd...

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

1943. 如何对3D精灵进行鼠标检测(JavaScript-3D基础(JS)-LayaAir3D之鼠标交互) [ 53%]

... ```typescript { //在舞台上添加鼠标事件监听 Laya.stage.on(Laya.Event.MOUSE_DOWN,this, this.onMouseDown); } //点击触发事件 onMouseDown() { //记录点击到舞台上的点 this.point.x = Laya.MouseManager.instance.mouseX; this.point.y = Laya.MouseManager.instance.mouseY; //产生射...

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

1944. 如何对3D精灵进行鼠标检测(TypeScript-3D基础(TS)-LayaAir3D之鼠标交互) [ 53%]

... ```typescript { //在舞台上添加鼠标事件监听 Laya.stage.on(Laya.Event.MOUSE_DOWN,this, this.onMouseDown); } //点击触发事件 onMouseDown() { //记录点击到舞台上的点 this.point.x = Laya.MouseManager.instance.mouseX; this.point.y = Laya.MouseManager.instance.mouseY; //产生射...

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

1945. 请教H5游戏资源缓存问题? [ 53%]

...图集加载问题 关于适配采用showAll后留白部分的颜色问题 event自定义事件的问题 写了个边缘光的自定义shader,有很多问题,帮忙看一下 横屏模式在锁定竖屏的iphone上不能正常显示的问题 关于apk打包动画卡的问题 请问下loader如何...

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

1946. laya.ui.VScrollBar [ 53%]

... Classes | Index | Frames No Frames VScrollBarProperties | Methods | Events Packagelaya.uiClasspublic class VScrollBarInheritanceVScrollBar ScrollBar UIComponent Sprite Node EventDispatcher Object 使用 VScrollBar (垂直 ScrollBar )控件,可以在因数据太多而不能在显示区...

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

1947. 请教下关于适配的问题 [ 53%]

...用showAll后留白部分的颜色问题 IDE1.7.8 json图集加载问题 event自定义事件的问题 mask在layaplayer中有问题 Laya.Loader.getRes请教 问题状态 最新活动: 2017-10-16 10:37 浏览: 682 关注: 2 人

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

1948. MOUSE_OVER注册的响应函数,如果鼠标一直在动,多久会执行一次,一帧吗?和frameLoop一样? [ 53%]

...内容相关的链接 提交 1 个回复 w1114367261 赞同来自: Prajna Event的监听都是每帧进行检测的,基于帧你可以查看下底层。 2018-04-11 1 0 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题请先登录 发起人 Prajna 相关问题 请...

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

1949. laya.ui.Image_API3.0 [ 53%]

...th addChild addChildAt addChildren addComponent addComponentInstance bubbleEvent callLater clearTimer contains customRender destroy destroyChildren dispose drawToCanvas drawToTexture drawToTexture3D event frameLoop frameOnce freshLayout fromParentPoint getBounds getChildAt getChildByName getChildInd...

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

1950. 关于BlinnPhongMaterial透明度设置问题 [ 53%]

...颜色问题 Panel中的东西左右拖动好象有问题 laya1.7.9beta版 event自定义事件的问题 mask在layaplayer中有问题 list 每次滑动,都是可以滑动一点点,可不可以如何设置,让他每次滑动,只能固定的值。 写了个边缘光的自定义shader,有很...

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