大约有 139 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0065 秒)
... sizeGrid skewX skewY skin stage stateNum staticCache strokeColors texture timer toolTip top transform url viewport visible width x y zOrder Methods _initialize _processActive _setHeight _setSkin _setWidth addChild addChildAt addChildren addComponent addComponentInstance bubbleEvent callLater clearT...
来源: Laya3.0_api 发布时间: 20231115
...neUtils.createByData(this, view); } this.onInit(); this.onShow(); Laya.timer.frameLoop(1, this, ()=>{ // console.info(this); this.onUpdate(); }); } /******************************************************************************** * Node ******************************************************...
来源: Laya_社区 发布时间: 20190222
...画 this.playAction(Player.RUN); //创建一个帧循环处理函数 Laya.timer.frameLoop(1, this, this.onLoop) } /** * 播放动作对应的动画 * action String 动作名称 */ _proto.playAction = function(action){ //如果是重复的动作 不执行 if(this.action == action)return; this.action ...
来源: Laya_社区 发布时间: 20160801
... sizeGrid skewX skewY skin stage stateNum staticCache strokeColors texture timer toolTip top transform url viewport visible width x y zOrder Methods _initialize _processActive _setHeight _setSkin _setWidth addChild addChildAt addChildren addComponent addComponentInstance bubbleEvent callLater clearT...
来源: Laya3.0_api 发布时间: 20231115
.../实例UI界面 listP = new ListPageUI(); Laya.stage.addChild(listP); Laya.timer.once(1000,this,onAdd);//1000毫秒后初始化list数据 listP.add.on(Event.CLICK,this,onAddClick);//点击添加按钮 listP.remove.on(Event.CLICK,this,onRemoveClick);//点击删除按钮 } private function onAdd():voi...
来源: Laya_社区 发布时间: 20170313
...相关的链接 提交 4 个回复 cuixueying 赞同来自: peterz3g Laya.timer.once(500,this,this.onLoopOnce); } private onLoopOnce():void { this.mypan.vScrollBar.on(Laya.Event.CHANGE, this, this.fitDOMElements_scroll); }加个延迟再看下! 2017-07-20 1 1 分享 微博 QZONE 微信 peterz3g ...
来源: Laya_社区 发布时间: 20170720
...aleX scaleY scene scene3D scrollRect skewX skewY stage staticCache texture timer top transform url viewport visible width x y zOrder manager root Methods _initialize _processActive addChild addChildAt addChildren addComponent addComponentInstance bubbleEvent callLater clearTimer close contains custo...
来源: Laya3.0_api 发布时间: 20231115
...es(url); if (content !=null){ Laya.timer.frameOnce(1,null,function(){ progress && progress.runWith(1); complete && complete.runWith(content); _$this...
来源: Laya_社区 发布时间: 20191122
...tedPath skewX skewY source spaceBottom spaceLeft stage staticCache texture timer toolTip top transform url viewport visible width x xml y zOrder Methods _initialize _processActive addChild addChildAt addChildren addComponent addComponentInstance bubbleEvent callLater clearTimer contains customRender...
来源: Laya3.0_api 发布时间: 20231115
...id { trace("[TestView.StartMove]") // TODO Auto Generated method stub Laya.timer.loop(100,this,UpdatePath,[len]); } private function UpdatePath(len:int):void { // TODO Auto Generated method stub var show:int = len -1; for(var i=0;i<len;i++){ if(arr[i]){ arr[i].x+= speed; if(arr[i].x>= (show-1)...
来源: Laya_社区 发布时间: 20171129