大约有 163 项符合查询结果, 库内数据总量为 31,560 项。 (搜索耗时: 0.0040 秒)
...Laya.Browser.document.createElement("img"); //设置file样式 file.style="filter:alpha(opacity=0);opacity:0;width:200px;height:100px;background:url(b1.png) no-repeat center;cursor:pointer;"; file.type ="file";//设置类型是file类型。 file.size ="30"; file.accept="image/png/jpg";//设置文件...
来源: Laya_社区 发布时间: 20190129
...锁定, 无法添加新回复 发起人 king514jy 相关问题 使用GlowFilter的时候报错: GlowFilter is not a constructor Particle2D无法直接拖拽到场景中使用,望解决 Laya.GlowFilter is not a constructor 求让Particle2D的粒子能从最开始的地方播放的方法!! new...
来源: Laya_社区 发布时间: 20181120
...置移了,还是看不见后面几个字符,继续找原因中 html.filters = [new GlowFilter("#000000",1,1,1),new GlowFilter("#000000",2,-1,-1)]; 滤镜取消就可以了,是为什么原因呀?谢谢 (上面一句话)滤镜取消我原来设置的描边宽度效果就没有了 2017-01...
来源: Laya_社区 发布时间: 20170120
...ajax的方式请求吗? vincent • 2017-03-18 12:19 我用springMVC和filter两种方式去做拦截,发现也是一样的 vincent • 2017-03-18 12:58 我后台有加解跨域问题代码response.addHeader("Access-Control-Allow-Origin", "*"); response.addHeader("Access...
来源: Laya_社区 发布时间: 20170317
...ni.js"></script> <script type="text/javascript" src="libs/laya.filter.js"></script> <script type="text/javascript" src="libs/laya.html.js"></script> <script type="text/javascript" src="libs/laya.particle.js"></script> <script type="text/javascript" src...
来源: Laya_社区 发布时间: 20201003
...e.left = "0px"; this.newMask.style.background = "gray"; this.newMask.style.filter = "alpha(opacity=80)"; this.newMask.style.opacity = "0.5"; document.body.appendChild(this.newMask); } _this.mask = document.getElementById("mask"); _this.mask.style.visibility = "visible"; } //点击取消按钮关闭...
来源: Laya_社区 发布时间: 20181214
...at ./Library/PackageCache/com.layaair.export-tool@0665d13336/Editor/Export/filter/MeshFile.cs:32) ResoureMap.SaveAllFile () (at ./Library/PackageCache/com.layaair.export-tool@0665d13336/Editor/Export/resoure/ResoureMap.cs:129) HierarchyFile.saveAllFile (System.Boolean isScene) (at ./Library/PackageC...
来源: Laya_社区 发布时间: 20240111
...镜后的第一个遮罩没有效果 。LAYA版本是 2.13.0 var glowFilter = new Laya.GlowFilter("#ffff00", 10, 0, 0); this.btnLoad.displayObject.filters = [glowFilter]; var ui_hpBarMask = new Laya.Sprite(); ui_hpBarMask.graphics.clear(); ...
来源: Laya_社区 发布时间: 20220531
...map[0x10000]="_nBlendType"; namemap[0x100000]="shader"; namemap[0x200000]="filters"; return namemap; } SaveBase.save=function(context,type,dataObj,newSubmit){ if ((context._saveMark._saveuse & type)!==type){ context._saveMark._saveuse |=type; var cache=SaveBase._cache; var o=cache._length > 0...
来源: Laya_社区 发布时间: 20171104
...以及更多--> <script type="text/javascript" src="libs/laya.filter.js"></script> <!--封装了html动态排版功能--> <script type="text/javascript" src="libs/laya.html.js"></script> <!--粒子类库--> <script type="text/...
来源: Laya_社区 发布时间: 20160912