大约有 136 项符合查询结果, 库内数据总量为 30,786 项。 (搜索耗时: 0.0058 秒)
Laya2.0_api(57) laya_api(53) Laya_社区(20) Laya3.0_文档(2) Laya3.0_api(2) Laya2.0_文档(1) Laya2.0_示例(1)
...*=null):void { //如果计数器为播放状态 if (counter.isPlaying) { //停止播放动画 counter.stop(); //记录当前播放索引(如果不记录,重新播放时,索引会从0开始) currentIndex = counter.index; //按钮标签改变 controller.label = "播放"; } else//计数器为...
来源: Laya2.0_文档 发布时间: 20210714
...e方法手动刷新。Sprite stopEvent : String[write-only] 设置触发停止的事件 SoundNode target : Sprite[write-only] 设置控制播放的对象 SoundNode texture : Texture设置一个Texture实例,并显示此图片(如果之前有其他绘制,则会被清除掉)。等同于...
来源: laya_api 发布时间: 20170422
...为本地坐标。 Sprite gotoAndStop(position:*):void 切换到某帧并停止 AnimationPlayerBase hasListener(type:String):Boolean 检查 EventDispatcher 对象是否为特定事件类型注册了任何侦听器。 EventDispatcher hitTestPoint(x:Number, y:Number):Boolean 检测某个点是否...
来源: laya_api 发布时间: 20170422
...换为本地坐标。 Sprite gotoAndStop(index:int):void 跳到某帧并停止播放动画。 MovieClip hasListener(type:String):Boolean 检查 EventDispatcher 对象是否为特定事件类型注册了任何侦听器。 EventDispatcher hitTestPoint(x:Number, y:Number):Boolean 检测某个点...
来源: laya_api 发布时间: 20170929
...换为本地坐标。 Sprite gotoAndStop(index:int):void 跳到某帧并停止播放动画。 MovieClip hasListener(type:String):Boolean 检查 EventDispatcher 对象是否为特定事件类型注册了任何侦听器。 EventDispatcher hitTestPoint(x:Number, y:Number):Boolean 检测某个点...
来源: Laya2.0_api 发布时间: 20190513
...前帧画面更新之后。 AnimationPlayerBase clear():void[override] 停止动画播放,并清理对象属性。之后可存入对象池,方便对象复用。 FrameAnimation clearTimer(caller:*, method:Function):void 清理定时器。功能同Laya.timer.clearTimer()。 Node contains(node...
来源: laya_api 发布时间: 20170929
...一般用于延迟计算数据。 Node clear():AnimationBase[override] 停止动画播放,并清理对象属性。之后可存入对象池,方便对象复用。 FrameAnimation clearTimer(caller:*, method:Function):void 清理定时器。功能同Laya.timer.clearTimer()。 Node contains(node...
来源: Laya2.0_api 发布时间: 20190513
...属性 mouseEnabled 的值为 true(如果父节点mouseEnabled=false,则停止设置父节点mouseEnabled属性)。 Sprite once(type:String, caller:*, listener:Function, args:Array = null):EventDispatcher[override] 增加事件侦听器,以使侦听器能够接收事件通知,此侦听事件...
来源: laya_api 发布时间: 20170929
...完成当前帧画面更新之后。 AnimationPlayerBase clear():void 停止动画播放,并清理对象属性。之后可存入对象池,方便对象复用。 AnimationPlayerBase clearTimer(caller:*, method:Function):void 清理定时器。功能同Laya.timer.clearTimer()。 Node contains(...
来源: laya_api 发布时间: 20170929
...加多个动效。 当一个动效开始播放时,其他动效会自动停止播放。 可以通过LayaAir IDE创建。 Public Properties Hide Inherited Public Properties Show Inherited Public Properties PropertyDefined By active : Boolean 获取自身是否激活。 Node activeInHierarchy : Bo...
来源: Laya2.0_api 发布时间: 20190513