大约有 163 项符合查询结果, 库内数据总量为 31,560 项。 (搜索耗时: 0.0062 秒)
...模糊以及更多--> <script type="text/javascript" src="libs/laya.filter.js"></script> <!--封装了html动态排版功能--> <script type="text/javascript" src="libs/laya.html.js"></script> <!--粒子类库--> <script type="text/javascript" src="libs/laya...
来源: Laya_社区 发布时间: 20161201
...eAS; this.layajsURL = json.layajsURL; this.tsCongfig = json.tsConfig; this.filterArr = json.filter; emiter_1.emiter.jscObj = json.jscObj; // yield相当于await if (!this.tsCongfig.length || (yield this.compile())) { //确认编译结果 this.checkAllDir(""); } else { console.log("compile fail!"); }...
来源: Laya_社区 发布时间: 20200925
...ber[read-only] 对象的显示宽度(以像素为单位)。 Component filters : Array滤镜集合。可以设置多个滤镜组合。Sprite globalScaleX : Number[read-only] 获得相对于stage的全局X轴缩放值(会叠加父亲节点的缩放值)。 Sprite globalScaleY : Number[read-o...
来源: laya_api 发布时间: 20170929
...度(以像素为单位)。 Sprite drawCallOptimize : BooleanSprite filters : Array滤镜集合。可以设置多个滤镜组合。Sprite globalRotation : Number[read-only] 获得相对于stage的全局旋转值(会叠加父亲节点的旋转值)。 Sprite globalScaleX : Number[read-only]...
来源: Laya2.0_api 发布时间: 20190513
...糊以及更多--> <script type="text/javascript" src="libs/min/laya.filter.min.js"></script> <!--封装了html动态排版功能--> <script type="text/javascript" src="libs/min/laya.html.min.js"></script> <!--粒子类库--> <script type="text/javascript" s...
来源: Laya_社区 发布时间: 20181120
...本存在 laya.d3Plugin.js //仅在LayaAir2.2.0之前的版本存在 laya.filter.js //仅在LayaAir2.2.0之前的版本存在 ``` 对于这些,开发者知道即可,后续可能会有所变化,不需要管太多,之前不用插件的时候怎么开发还是怎么开发。哪怕不知道引...
来源: Laya2.0_文档 发布时间: 20210715
...t); this.name = "pic-"+ tmp; var glowFilter: Laya.GlowFilter = new Laya.GlowFilter("#08f6e3", 7, 0, 0); (this as Laya.Sprite).filters = [glowFilter]; } 2021-01-23 0 0 分享 微博 QZONE 微信 Laya_XS 赞同来自: 麻烦提...
来源: Laya_社区 发布时间: 20210122
...Height displayWidth displayedInStage drawCallOptimize duration ended error filters globalRotation globalScaleX globalScaleY graphics height hideFlags hitArea is3D loop mask mouseEnabled mouseX mouseY muted numChildren parent paused pivotX pivotY playbackRate preload readyState rotation scaleX scaleY...
来源: Laya3.0_api 发布时间: 20231102
...看看怎么改变样式。 ```typescript //设置file样式 file.style="filter:alpha(opacity=0);opacity:0;width: 150px;height:60px;"; file.type ="file";//设置类型是file类型。 file.accept="image/png";//设置文件的格式为png; file.style.position ="absolute"; file.style.zIndex = 999; `...
来源: Laya2.0_文档 发布时间: 20210714
...Height displayWidth displayedInStage drawCallOptimize duration ended error filters globalRotation globalScaleX globalScaleY graphics height hideFlags hitArea is3D loop mask mouseEnabled mouseX mouseY muted numChildren parent paused pivotX pivotY playbackRate preload readyState rotation scaleX scaleY...
来源: Laya3.0_api 发布时间: 20231115