大约有 552 项符合查询结果, 库内数据总量为 30,786 项。 (搜索耗时: 0.0052 秒)
Laya_社区(315) Laya3.0_api(80) Laya2.0_api(74) laya_api(68) Laya2.0_示例(6) Laya2.0_文档(3) Laya3.0_文档(3) Laya_示例(3)
...Y = laser.alpha; if (laser.alpha < 0.01) { lasers.splice(i, 1); Laya.stage.removeChild(laser); i--; } } } // increment the ticker tick += 1; } } } import laya.display.Sprite; class Laser extends Sprite { public var life:int; }
来源: Laya_示例 发布时间: 20241126
...ndex<0){ throw new Error("找不到要删除的绑定内容"); } this.removeChild(source); this.__bindList.splice(index,1); } private __updateBinds():void{ let source:BindSource; let position:Laya.Point=Laya.Point.create(); for(let index:number=0;index<this.__bindList.length;index++){ ...
来源: Laya_社区 发布时间: 20190805
...e onDestroy onDisable onEnable once recoverRenderContext3D removeAllLayers removeChild removeChildAt removeChildByName removeChildren removeCommandBuffer removeCommandBuffers removeLayer removeSelf render replaceChild resetProjectionMatrix runCallLater setChildIndex timerLoop timerOnce viewportPoint...
来源: Laya3.0_api 发布时间: 20231115
...Y = laser.alpha; if (laser.alpha < 0.01) { lasers.splice(i, 1); Laya.stage.removeChild(laser); i--; } } } // increment the ticker tick += 1; } } } import laya.display.Sprite; class Laser extends Sprite { public var life:int; }
来源: Laya2.0_示例 发布时间: 20241126
...eyChar + ".png"; } /** * 清除字体 */ private clearFnt(): void { XUtils.removeChilds(this.chars, BPFont.fontPool); } /** * 获取一个字体对象 */ private getSprite(): Laya.Sprite { let sp = BPFont.fontPool.shift() || new Laya.Sprite(); return sp; } /** * 创建位图文本 * @param v */ priv...
来源: Laya_社区 发布时间: 20180302
...新刷新缓存。Sprite refresh():void 刷新滚动内容。 Panel removeChild(child:Node):Node[override] 删除子节点。 Panel removeChildAt(index:int):Node[override] 根据子节点索引位置,删除对应的子节点对象。 Panel removeChildByName(name:String):Node 根据子节...
来源: laya_api 发布时间: 20170929
...gUI(); pop.btn_close.clickHandler = new Handler(this,function(){pop.parent.removeChild(pop);}); } this.addChild(pop); } private function StartMove(len:int):void { trace("[TestView.StartMove]") // TODO Auto Generated method stub Laya.timer.loop(100,this,UpdatePath,[len]); } private function UpdatePat...
来源: Laya_社区 发布时间: 20171129
...新刷新缓存。Sprite refresh():void 刷新滚动内容。 Panel removeChild(child:Node):Node[override] 删除子节点。 Panel removeChildAt(index:int):Node[override] 根据子节点索引位置,删除对应的子节点对象。 Panel removeChildByName(name:String):Node 根据子节...
来源: Laya2.0_api 发布时间: 20190513
...之后问题 调用frameLoop之后,怎么清除 sprite设置了cacheas,removechild再addchild之后原先设置的cacheas无效,通过监测面板可以看到。请问这是不是bug? 自定义的ts文件编译成js文件之后不会自动添加到index里面的吗? 用as3写可不可以...
来源: Laya_社区 发布时间: 20180626
...this.destroy(); Laya.stage.addChild(ui); } removeChild_list(){ this.hitArea = new Laya.HitArea(); this.hitArea.hit.drawRect(0, 0, Laya.stage.width, Laya.stage.height, "#000000"); Laya.SoundManager.playSound("sound...
来源: Laya_社区 发布时间: 20210122