大约有 417 项符合查询结果, 库内数据总量为 31,625 项。 (搜索耗时: 0.0111 秒)
Laya_社区(185) Laya3.0_api(80) Laya2.0_api(74) laya_api(69) Laya3.0_文档(4) Laya2.0_文档(3) Laya2.0_示例(1) Laya_示例(1)
...能提高效率。 Text clearTimer(caller:*, method:Function):void 清理定时器。功能同Laya.timer.clearTimer()。 Node contains(node:Node):Boolean 当前容器是否包含指定的 Node 节点对象 。 Node customRender(context:RenderContext, x:Number, y:Number):void 自定义更新、呈...
来源: laya_api 发布时间: 20170929
...能提高效率。 Text clearTimer(caller:*, method:Function):void 清理定时器。功能同Laya.timer.clearTimer()。 Node contains(node:Node):Boolean 当前容器是否包含指定的 Node 节点对象 。 Node customRender(context:Context, x:Number, y:Number):void 自定义更新、呈现显...
来源: Laya2.0_api 发布时间: 20190513
...迟计算数据。 Node clearTimer(caller:*, method:Function):void 清理定时器。功能同Laya.timer.clearTimer()。 Node contains(node:Node):Boolean 当前容器是否包含指定的 Node 节点对象 。 Node customRender(context:Context, x:Number, y:Number):void 自定义更新、呈现显...
来源: Laya2.0_api 发布时间: 20190513
...age: number = 1; Laya.timer.frameLoop(10, this, () => { page += 1; //在定时器中让变量page每次自增1 this.txt.setVar("n", page); //使用setVar方法,让text文本中变量n的值动态改变 }); } } 效果如动图1-6所示: (动图1-6) 注:变量n还可以是从.json文件...
来源: Laya3.0_文档 发布时间: 20251010
...d Inherited from Node.clearTimer Defined in laya/display/Node.ts:609 清理定时器。功能同Laya.timer.clearTimer()。 Parameters caller: any 执行域(this)。 method: Function 结束时的回调方法。 Returns void clone clone(): Camera Overrides RenderableSprite3D.clone Defined in laya/d3/c...
来源: Laya3.0_api 发布时间: 20231115
...s._to_remove = 1; } } } class GunBox{ public start(): void { // 启动定时器 Laya.timer.frameLoop( 1, this, this.loop ); } public loop():void { // 遍历BOX中所有的子对象 this._doll_role.dispose( ); } 2018-05-15 添加评论 已悬赏1元 --> 分享 微博 QZONE 微信 没...
来源: Laya_社区 发布时间: 20180515
...迟计算数据。 Node clearTimer(caller:*, method:Function):void 清理定时器。功能同Laya.timer.clearTimer()。 Node contains(node:Node):Boolean 当前容器是否包含指定的 Node 节点对象 。 Node customRender(context:Context, x:Number, y:Number):void 自定义更新、呈现...
来源: Laya2.0_api 发布时间: 20190513
...量增加子节点 Node clearTimer(caller:*, method:Function):void 清理定时器。功能同Laya.timer.clearTimer()。 Node contains(node:Node):Boolean 当前容器是否包含指定的 Node 节点对象 。 Node customRender(context:RenderContext, x:Number, y:Number):void 自定义更新、...
来源: laya_api 发布时间: 20170929
...d Inherited from Node.clearTimer Defined in laya/display/Node.ts:609 清理定时器。功能同Laya.timer.clearTimer()。 Parameters caller: any 执行域(this)。 method: Function 结束时的回调方法。 Returns void clone clone(): Camera Inherited from Camera.clone Overrides RenderableSprite3...
来源: Laya3.0_api 发布时间: 20231115
...d Inherited from Node.clearTimer Defined in laya/display/Node.ts:599 清理定时器。功能同Laya.timer.clearTimer()。 Parameters caller: any 执行域(this)。 method: Function 结束时的回调方法。 Returns void contains contains(node: Node): boolean Inherited from Node.contains Defined i...
来源: Laya3.0_api 发布时间: 20231102