大约有 1,449 项符合查询结果, 库内数据总量为 30,779 项。 (搜索耗时: 0.0058 秒)
... },function(value){ console.info(value) if (value=="password") this._getCSSStyle().password=true; else this._getCSSStyle().password=false; this._type=value; if (Render.isConchAp...
来源: Laya_社区 发布时间: 20190715
...在 Laya.scaleTimer.once(delay,this,this.firstStart,[target,props,isTo]); if (runNow){ if (delay <=0)this.firstStart(target,props,isTo); else Laya.scaleTimer.once(delay,this,this.firstStart,[target,props,isTo]); }else { this._initProps(target,props,isTo); } 不要再叫我传demo了 程序员一...
来源: Laya_社区 发布时间: 20180123
...x); var curX:Number,curY:Number; if(type.type== "mousedown") { _oldY = Laya.stage.mouseY; var itemBox:Box = _list.getCell(index); _itemHeight = itemBox.h...
来源: Laya_社区 发布时间: 20171204
...._update()方法的这段代码: if (handler.repeat){ if (!handler.jumpFrame){ handler.exeTime+=handler.delay; ...
来源: Laya_社区 发布时间: 20180411
...理 */ __proto.destroyTexture=function(){ if(this._mainTexture!=null){ this._mainTexture.disposeBitmap(); } this._needRecoverTexture = true; } /** * 恢复纹理 */ __pro...
来源: Laya_社区 发布时间: 20201128
...his.audioBuffer = WebAudioSound._dataCache[url]; if (this.audioBuffer) { this._loaded(this.audioBuffer); return; } WebAudioSound.e.on("loaded:" + url, this,...
来源: Laya_社区 发布时间: 20200107
...位置的代码如下: //判断显示图标的X是在左边还是右边 if(this.imgPos2.x < 0 ){ this.imgPos2.x = 0; }else if( this.imgPos2.x >= camera_width){ this.imgPos2.x = camera_width - 84; //判断显示图标的Y是在上面还是下面 if(this.imgPos2.y < 0 ){ this.imgPos2.y = 0;...
来源: Laya_社区 发布时间: 20190212
...ze(Browser.width,Browser.height); } protected function ChangeSize():void { if (Browser.width > Browser.height) this.HengPing(); else this.ShuPing(); } protected function onResize():void{ ChangeSize(); if(_tip) _tip.destroy(); _tip = new Sprite(); _tip.graphics.drawRect(0,0,100,100,"#FFFFF...
来源: Laya_社区 发布时间: 20190520
... function onKeyDown(e:Event):void { // 当按下enter健自动发送文字 if(e.keyCode==13) { change(str); } } // 发送文字样式二,如果input有值的话,发送input的内容 private function onSendClick1():void { change(str2); } // 发送文字样式一,如果input有值的话,发送...
来源: Laya_社区 发布时间: 20170107
...(charactor) { charactor.x += moveSpeed; charactor.rotation += rotateSpeed; if (charactor.x > Laya.stage.width + extraSpace) { charactor.x = -extraSpace; } } } new PerformanceTest_Cartoon();module laya { import Sprite = Laya.Sprite; import Loader = Laya.Loader; import Browser = Laya.Browser; import H...
来源: Laya2.0_示例 发布时间: 20241119