大约有 17 项符合查询结果, 库内数据总量为 31,560 项。 (搜索耗时: 0.0022 秒)
...重 关于适配采用showAll后留白部分的颜色问题 TypeScript下HttpRequest发送Post请求有Bug? LayaAir2.61 测试版 物理引擎bug 百分百 复现 横屏模式在锁定竖屏的iphone上不能正常显示的问题 mask在layaplayer中有问题 问题状态 最新活动: 2023-08-25 10...
来源: Laya_社区 发布时间: 20230825
...(this: void, data: JSON) => void): void { let hr = new Laya.HttpRequest(); hr.once(Laya.Event.COMPLETE, this, (e: any): void => { callback(JSON.parse(hr.data)); }); hr.send(url, JSON.stringify(data), 'post', 'text', ['content-type'...
来源: Laya_社区 发布时间: 20190829
...cus和onBlur事件监听不到 Animation如何加点击事件 TypeScript下HttpRequest发送Post请求有Bug? 关于遍历产生的sprite的点击事件,急,大神帮看哈 3d物理不能触发onCollisionEnter事件 List滑动条会引起单元格上的按钮点击后多次触发点击事件 遮...
来源: Laya_社区 发布时间: 20170822
post提交问题 XMLHttpRequest cannot load http://xxx.xxx.xxx/subData. No 'Access-Control-Allow-Origin' header is present on the requested resource. Origin 'file://' is therefore not allowed access. The response had HTTP status code 500. 后台是用c#写的,请问出现这问题怎么解决,...
来源: Laya_社区 发布时间: 20171225
...tart. 关于适配采用showAll后留白部分的颜色问题 TypeScript下HttpRequest发送Post请求有Bug? IDE1.7.8 json图集加载问题 版本不匹配! 全局 tsc (2.2.2) != VS Code 的语言服务(2.1.5)。可能出现不一致的编译错误 写了个边缘光的自定义shader,有很多...
来源: Laya_社区 发布时间: 20200810
...用父类构造函数 this.dlg; } function connect() { var hr = new Laya.HttpRequest(); hr.once(Event.PROGRESS, this, onHttpRequestProgress); hr.once(Event.COMPLETE, this, onHttpRequestComplete); hr.once(Event.ERROR, this, onHttpRequestError); hr.send('http://111.73.45.19/index.php/Tgy/tgyPost', 'us...
来源: Laya_社区 发布时间: 20170215
...rome里面 听不见声音 Texture图片能否进行翻转? TypeScript下HttpRequest发送Post请求有Bug? laya3D动画无法播放 将list里的scrollBar设置mouseWheelEnable=false后过一段时间设置mouseWheelEnable=true;无法滚动 laya怎么跨域加载图片 发布到vivo平台后,...
来源: Laya_社区 发布时间: 20200529