大约有 20 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0039 秒)
...ttp://www.gamework.cn/blog/post/qykings/sprite%E4%B9%8Bbug public function set scaleX(value:Number):void { var style:Style = getStyle(); if(!style) { trace("----sprite--") return; } if(!style._tf) { trace("----sprite--_tf is null--"); return; } if (style._tf.scaleX !...
来源: Laya_社区 发布时间: 20170608
... _font; } public function set font(value:String):void { if ((_style as TextStyle).currBitmapFont) { _getTextStyle().currBitmapFont = null; scale(1, 1); ...
来源: Laya_社区 发布时间: 20190128
..., 试一下这样写html._getCSSStyle().valign("middle"); 用set方法 momo199059 • 2018-01-04 12:18 @Laya_Aaron: html._getCSSStyle().valign = "middle";这样就是set方法。我是TS的工程。而且调试的时候看到的值是赋值成功了的。 我现在临时的做...
来源: Laya_社区 发布时间: 20180104
...label",size:14},checkbox2:{selected:true,x:10}}; */ __getset(0,__proto,'dataSource',function(){ return this._dataSource; },function(value){ this._dataSource=value; for (var prop in this._dataSource){ ...
来源: Laya_社区 发布时间: 20190803
...as/lucky8.json", "res/atlas/lucky8/lewinlineicons.json", "res/atlas/lucky8/setting.json", "res/atlas/lucky8/setView.json", "res/atlas/lucky8/kj.json", "res/atlas/lucky8/mh.json", "res/atlas/lucky8/light.json", "res/atlas/lucky8/jinbi.json", "res/atlas/lucky8/bonus.json", "res/atlas/lucky8/kuang.json...
来源: Laya_社区 发布时间: 20170803
...r:出错啦,请把此信息截图给研发商 Uncaught TypeError: Cannot set property 'createCommandEncoder' of null TypeError: Cannot set property 'createCommandEncoder' of null at Function.Laya3D.__init__ (file:///C:/Users/zyl/Downloads/LayaAirIDE_beta%20(1)/resources/app/out/vs/layaEditor...
来源: Laya_社区 发布时间: 20181022
...ddChild(a); a.size(100, 100); a.pos(200, 200); a.mouseEnabled = true; a.mouseThrough = true; a.on(Laya.Event.MOUSE_DOWN, null, function (e: Laya.Event): void { console.log("touch a"); } 因为需要将mouseThrough=true才可以,蛋疼的api描叙你能相信是这个熟悉么? “mouseThro...
来源: Laya_社区 发布时间: 20161109
...r.call(this,context,x,y); this._childs=childs; }2.core中Sprite的zorder的set方法中 有一行代码有疑似bug,麻烦官方帮忙确认 /**z排序,更改此值,则会按照值的大小对同一容器的所有对象重新排序。值越大,越靠上。默认为0,则根据添加顺序...
来源: Laya_社区 发布时间: 20180412
...eturn null; } 2、Text:语言包的使用形同虚设: public function set text(value:String):void { if (this._text !== value) { var a:Array = (value + "").split("|"); var p:Array; if(a.length > 1){ p = a.slice(1); lang(a[0],p); }else if(a.length == 1){ lang(a[0]); }else { lang(""); } isChang...
来源: Laya_社区 发布时间: 20180820
... a372853273 • 2018-02-10 12:16 this._$P.filters != t && (this._set$P("filters", t ? t.slice() : null), laya.core.min.js里面这一行代码报错。 a372853273 • 2018-02-10 12:16 好的 我试试 a372853273 • 2018-02-10 15:19 @qian:当精灵对象xxx不存在的时候对他...
来源: Laya_社区 发布时间: 20180210