• 首页
  • 动态
  • 案例
  • 引擎社区
  • API
  • 文档
  • 示例
  • 引擎下载

大约有 223 项符合查询结果, 库内数据总量为 31,580 项。 (搜索耗时: 0.0038 秒)

31. laya.d3.core.trail.TrailSprite3D [ 70%]

...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

32. laya.d3.core.light.LightSprite [ 69%]

...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

33. laya.d3.core.Sprite3D [ 69%]

...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

34. laya.d3.core.RenderableSprite3D [ 69%]

...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

35. laya.d3.core.RenderableSprite3D [ 68%]

...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

36. laya.d3.terrain.TerrainChunk [ 68%]

...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

37. laya.d3.core.SkinnedMeshSprite3D [ 68%]

...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

38. laya.d3.core.MeshSprite3D [ 67%]

...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

39. laya.d3.core.Camera_API3.0 [ 67%]

...er replaceChild resetProjectionMatrix runCallLater setChildIndex timerLoop timerOnce viewportPointToRay worldToNormalizedViewportPoint worldToViewportPoint drawRenderTextureByScene drawTextureCubeByScene drawTextureCubePixelByScene getTexturePixel instantiate load Constructors constructor new Camera...

来源: Laya3.0_api 发布时间: 20231115

40. 3D粒子特效初始化卡顿 [ 67%]

...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