大约有 227 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0049 秒)
...ldByName removeChildren removeSelf replaceChild runCallLater setChildIndex timerLoop timerOnce instantiate load Constructors constructor new SimpleSkinnedMeshSprite3D(mesh?: Mesh, name?: string): SimpleSkinnedMeshSprite3D Overrides RenderableSprite3D.constructor Defined in laya/d3/core/SimpleSkinned...
来源: Laya3.0_api 发布时间: 20231115
...dren removeLine removeSelf replaceChild runCallLater setChildIndex setLine timerLoop timerOnce instantiate load Constructors constructor new PixelLineSprite3D(maxCount?: number, name?: string): PixelLineSprite3D Overrides RenderableSprite3D.constructor Defined in laya/d3/core/pixelLine/PixelLineSpri...
来源: Laya3.0_api 发布时间: 20231115
...TypeError:Cannot read property '_create' of null at Animation._proto.timerLoop(file:///f:/........./bin/libs/laya.core.js:9493:14) at Animation._proto.play(file:///f:/....../bin/libs/laya.core.js:16351:10) 请问各位大神这是怎么回事呢? 附件 : --> happyFarm.rar 2017-10-2...
来源: Laya_社区 发布时间: 20171028
...ldIndex(node:Node, index:int):Node 设置子节点的索引位置。 Node timerLoop(delay:int, caller:*, method:Function, args:Array = null, coverBefore:Boolean = true, jumpFrame:Boolean = false):void 定时重复执行某函数。功能同Laya.timer.timerLoop()。 Node timerOnce(delay:int, caller...
来源: Laya2.0_api 发布时间: 20190513
...ldIndex(node:Node, index:int):Node 设置子节点的索引位置。 Node timerLoop(delay:int, caller:*, method:Function, args:Array = null, coverBefore:Boolean = true, jumpFrame:Boolean = false):void 定时重复执行某函数。功能同Laya.timer.timerLoop()。 Node timerOnce(delay:int, caller...
来源: Laya2.0_api 发布时间: 20190513
...ldIndex(node:Node, index:int):Node 设置子节点的索引位置。 Node timerLoop(delay:int, caller:*, method:Function, args:Array = null, coverBefore:Boolean = true, jumpFrame:Boolean = false):void 定时重复执行某函数。功能同Laya.timer.timerLoop()。 Node timerOnce(delay:int, caller...
来源: Laya2.0_api 发布时间: 20190513
... var index:int = 0; Laya.stage.timerLoop(1, this, function():void{index++;image.alpha = Math.sin(Math.PI*2*(index/24))}) var image:Image = new Image(); image.blendMode = "add"; image....
来源: Laya_社区 发布时间: 20190110
...f") this.addChild(this.$circleSprite) this.start() } public start() { this.timerLoop(2, this, this.draw) } public draw() { if (this.startY >= 270) { this.clearTimer(this, this.draw) } this.startY++ this.graphics.clear() this.graphics.drawPie(this.DEF_SIZE >> 1, this.DEF_SIZE >> 1, thi...
来源: Laya_社区 发布时间: 20180123
...lue:int):voidTerrain setLightmapScaleOffset(value:Vector4):voidTerrain timerLoop(delay:int, caller:*, method:Function, args:Array = null, coverBefore:Boolean = true, jumpFrame:Boolean = false):void 定时重复执行某函数。功能同Laya.timer.timerLoop()。 Node timerOnce(delay:int, caller...
来源: Laya2.0_api 发布时间: 20190513
...ldIndex(node:Node, index:int):Node 设置子节点的索引位置。 Node timerLoop(delay:int, caller:*, method:Function, args:Array = null, coverBefore:Boolean = true, jumpFrame:Boolean = false):void 定时重复执行某函数。功能同Laya.timer.timerLoop()。 Node timerOnce(delay:int, caller...
来源: laya_api 发布时间: 20170929