大约有 672 项符合查询结果, 库内数据总量为 31,560 项。 (搜索耗时: 0.0058 秒)
Laya_社区(315) Laya3.0_api(154) Laya2.0_api(72) laya_api(54) Laya2.0_文档(45) Laya3.0_文档(31) Laya_示例(1)
...在服务器端设置respons.setHeader("Accecc-Control-Allow-Origin","*")参数,具体请搜索如何解决浏览器跨域问题,改参数得让服务器端去改,前端改无效。 有问题我们再沟通! 2016-11-03 0 2 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 ...
来源: Laya_社区 发布时间: 20161103
...s:Array (default = null) — (default = null) HTTP 请求的头部信息。参数形如key-value数组:key是头部的名称,不应该包括空白、冒号或换行;value是头部的值,不应该包括换行。比如["Content-Type", "application/json"]。 Event Detail complete Event Event Ob...
来源: laya_api 发布时间: 20170929
...s:Array (default = null) — (default = null) HTTP 请求的头部信息。参数形如key-value数组:key是头部的名称,不应该包括空白、冒号或换行;value是头部的值,不应该包括换行。比如["Content-Type", "application/json"]。 Event Detail complete Event Event Ob...
来源: Laya2.0_api 发布时间: 20190513
...l data: any (可选)回调数据。注意:如果是需要传递多个参数 p1,p2,p3,...可以使用数组结构如:[p1,p2,p3,...] ;如果需要回调单个参数 p ,且 p 是一个数组,则需要使用结构如:[p],其他的单个参数 p ,可以直接传入参数 p。 Returns ...
来源: Laya3.0_api 发布时间: 20231115
...MS Defined in laya/d3/core/RenderableSprite3D.ts:91 deprecated 反射贴图参数 Static REFLECTIONCUBE_PROBEBOXMAX REFLECTIONCUBE_PROBEBOXMAX: number Inherited from PixelLineSprite3D.REFLECTIONCUBE_PROBEBOXMAX Defined in laya/d3/core/RenderableSprite3D.ts:32 Static REFLECTIONCUBE_PROBEBOXMIN REFLEC...
来源: Laya3.0_api 发布时间: 20231102
怎样获取浏览器地址传过来的GET参数 怎样获取浏览器地址传过来的GET参数,比如 http://demo.com?id=1 我要代码里获取这个id值 2016-01-10 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 3 个...
来源: Laya_社区 发布时间: 20160110
...onName。 Default value args: any[] = null 传递给 method 函数的可选参数列表。 Returns void clearTimer clearTimer(caller: any, method: Function): void Inherited from Node.clearTimer Defined in laya/display/Node.ts:609 清理定时器。功能同Laya.timer.clearTimer()。 Parameters calle...
来源: Laya3.0_api 发布时间: 20231115
...合的位置创建Chrome浏览器的快捷启动方式。 4.2.添加启动参数 对快捷方式图标右键,点击“属性”,在弹出的属性面板中找到“目标”栏,里面显示了快捷方式的源路径,在源路径的末尾手动配置启动参数:“--allow-file-access-f...
来源: Laya_社区 发布时间: 20151218
...onName。 Default value args: any[] = null 传递给 method 函数的可选参数列表。 Returns void clearTimer clearTimer(caller: any, method: Function): void Inherited from Node.clearTimer Defined in laya/display/Node.ts:609 清理定时器。功能同Laya.timer.clearTimer()。 Parameters calle...
来源: Laya3.0_api 发布时间: 20231115
...aya.events.Event; TestUI.super(this); this.ani1.play(15);//play的第一个参数是从第几帧开始播放 Laya.stage.on(Laya.Event.CLICK,this,onClick); } Laya.class(TestUI, "TestUI", TestPageUI); function onClick() { this.ani1.stop();//停止播放 this.ani1.index=30;//index为帧索引,停止...
来源: Laya_社区 发布时间: 20170526