大约有 28 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0027 秒)
ConchInput settype无效 __getset(0,__proto,'type',function(){ return this._type; },function(value){ console.info(value) if (value=="password") this._getCSSStyle().password=true; else thi...
来源: Laya_社区 发布时间: 20190715
... var __un=Laya.un,__uns=Laya.uns,__static=Laya.static,__class=Laya.class,__getset=Laya.getset,__newvec=Laya.__newvec; console.log("kk2") var FrameAnimation=laya.display.FrameAnimation,Sprite=laya.display.Sprite,Text=laya.display.Text; console.log("kk22") var View=laya.ui.View; console.log("kk3") //c...
来源: Laya_社区 发布时间: 20170725
...找到Button设置皮肤的地方,发现它会去调用changeClips。 __getset(0,__proto,'skin',function(){ return this._skin; },function(value){ if (this._skin !=value){ this._skin=value; this.callLate...
来源: Laya_社区 发布时间: 20191122
...来盛放画布的容器。方便对画布进行控制*/ __getset(1,Browser,'container',function(){ Browser.__init__(); if (!Browser._container){ Browser._container=Browser.createElement("div"); ...
来源: Laya_社区 发布时间: 20170419
.../** *获取裁剪空间的视口。 *@return 裁剪空间的视口。 */ __getset(0,__proto,'normalizedViewport',function(){ if (!this._viewportExpressedInClipSpace){ var vp=this._viewport; var size=this.renderTargetSize; var sizeW=size.width; var sizeH=size.height; this._normalizedViewport.x=vp.x /...
来源: Laya_社区 发布时间: 20170601
...* *获取贴图。 *@return 贴图。 */ __getset(0,__proto,'texture',function(){ return this._shaderValues.getTexture(1); },function(value){ debugger; if (value) this._defineDatas...
来源: Laya_社区 发布时间: 20181128
...写死只能获取第一个 /** *设置动画数据。 *@param uiData */ __getset(0,__proto,'effectData',null,function(uiData){ if (uiData){ var aniData=uiData["animations"]; if (aniData && aniData[0]){ var data=aniData[0]; this._setUp({},data); if (data.nodes && data.nodes...
来源: Laya_社区 发布时间: 20181019
设置fontSize的时候没做类型转换 __getset(0,__proto,'fontSize',function(){ return this._fontSize; },function(value){ if (this._fontSize !=value){ this._fontSize=value; this.isChanged=true; } }); 如果设置fontSize="30",没有做类型转换,后面所有通过fontSize参与的加法...
来源: Laya_社区 发布时间: 20181204
...a.ui.js改成这样即可,去掉判断if (this._selectedIndex !=value) __getset(0,__proto,'selectedIndex',function(){ return this._selectedIndex; },function(value){ //if (this._selectedIndex !=value){ this._selectedIndex=value; this.changeSelectStatus(); this.event(/*laya.events.Event.CHANGE*/&quo...
来源: Laya_社区 发布时间: 20190305
...or: int is not defined function DConfig(){}; __class(DConfig,'DConfig'); __getset(1,DConfig,'GamrRoomEnterPower',function(){ return DConfig.gamrRoomEnterPower; },function(value){ DConfig.gamrRoomEnterPower=value; console.log(DConfig.gamrRoomEnterPower.length); console.log(DConfig.gamrRoomEnterPower)...
来源: Laya_社区 发布时间: 20170731