大约有 223 项符合查询结果, 库内数据总量为 31,580 项。 (搜索耗时: 0.0038 秒)
...oid 定时重复执行某函数。功能同Laya.timer.timerLoop()。 Node timerOnce(delay:int, caller:*, method:Function, args:Array = null, coverBefore:Boolean = true):void 定时执行某函数一次。功能同Laya.timer.timerOnce()。 NodeProtected Methods Show Inherited Protected Methods Show ...
来源: Laya2.0_api 发布时间: 20190513
...oid 定时重复执行某函数。功能同Laya.timer.timerLoop()。 Node timerOnce(delay:int, caller:*, method:Function, args:Array = null, coverBefore:Boolean = true):void 定时执行某函数一次。功能同Laya.timer.timerOnce()。 Node updateToWorldState(state:RenderState):Boolean 更新...
来源: laya_api 发布时间: 20170929
...oid 定时重复执行某函数。功能同Laya.timer.timerLoop()。 Node timerOnce(delay:int, caller:*, method:Function, args:Array = null, coverBefore:Boolean = true):void 定时执行某函数一次。功能同Laya.timer.timerOnce()。 NodeProtected Methods MethodDefined By _onAdded():void[...
来源: Laya2.0_api 发布时间: 20190513
...oid 定时重复执行某函数。功能同Laya.timer.timerLoop()。 Node timerOnce(delay:int, caller:*, method:Function, args:Array = null, coverBefore:Boolean = true):void 定时执行某函数一次。功能同Laya.timer.timerOnce()。 NodeProtected Methods Show Inherited Protected Methods Show ...
来源: laya_api 发布时间: 20170929
...oid 定时重复执行某函数。功能同Laya.timer.timerLoop()。 Node timerOnce(delay:int, caller:*, method:Function, args:Array = null, coverBefore:Boolean = true):void 定时执行某函数一次。功能同Laya.timer.timerOnce()。 NodeProtected Methods Show Inherited Protected Methods Show ...
来源: Laya2.0_api 发布时间: 20190513
...oid 定时重复执行某函数。功能同Laya.timer.timerLoop()。 Node timerOnce(delay:int, caller:*, method:Function, args:Array = null, coverBefore:Boolean = true):void 定时执行某函数一次。功能同Laya.timer.timerOnce()。 NodeProtected Methods Show Inherited Protected Methods Show ...
来源: Laya2.0_api 发布时间: 20190513
...oid 定时重复执行某函数。功能同Laya.timer.timerLoop()。 Node timerOnce(delay:int, caller:*, method:Function, args:Array = null, coverBefore:Boolean = true):void 定时执行某函数一次。功能同Laya.timer.timerOnce()。 NodeProtected Methods Show Inherited Protected Methods Show ...
来源: Laya2.0_api 发布时间: 20190513
...oid 定时重复执行某函数。功能同Laya.timer.timerLoop()。 Node timerOnce(delay:int, caller:*, method:Function, args:Array = null, coverBefore:Boolean = true):void 定时执行某函数一次。功能同Laya.timer.timerOnce()。 NodeProtected Methods Show Inherited Protected Methods Show ...
来源: laya_api 发布时间: 20170929
...er replaceChild resetProjectionMatrix runCallLater setChildIndex timerLoop timerOnce viewportPointToRay worldToNormalizedViewportPoint worldToViewportPoint drawRenderTextureByScene drawTextureCubeByScene drawTextureCubePixelByScene getTexturePixel instantiate load Constructors constructor new Camera...
来源: Laya3.0_api 发布时间: 20231115
...e{ OnComplete(); } } } public function DelayDestroy(delay:int):void { this.timerOnce(delay,this,destroy); } public function OnComplete():void { var item:Sprite3D = Laya.loader.getRes(_path) as Sprite3D; if(item != null){ item = item.getChildAt(0).clone(); Instantiate(item); } } private function Inst...
来源: Laya_社区 发布时间: 20180425