大约有 595 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0069 秒)
Laya_社区(215) Laya3.0_api(151) laya_api(104) Laya2.0_api(97) Laya3.0_文档(15) Laya2.0_文档(11) Laya2.0_示例(1) Laya_示例(1)
...rs Optional type: string (可选)事件类型,如果值为 null,则移除本对象所有类型的侦听器。 Returns EventDispatcher 此 EventDispatcher 对象。 offAllCaller offAllCaller(caller: any): EventDispatcher Inherited from EventDispatcher.offAllCaller Defined in laya/events/Event...
来源: Laya3.0_api 发布时间: 20231102
...使侦听器能够接收事件通知,此侦听事件响应一次后自动移除。 EventDispatcher releaseResource(force:Boolean = false):Boolean 释放资源。 Resource setUniqueName(newName:String):void 设置唯一名字,如果名字重复则自动加上“-copy”。 ResourceProtected M...
来源: laya_api 发布时间: 20170422
...使侦听器能够接收事件通知,此侦听事件响应一次后自动移除。 EventDispatcherEvents Hide Inherited Events Show Inherited Events Event Summary Defined By animationchanged在动画切换时调度调度。KeyframeAnimations enabledchanged在enable属性发生变化后调度。...
来源: laya_api 发布时间: 20170929
...,网页端就没有问题 非可见区域的对象尽量从显示列表移除或者设置visible=false,运用在3d场景中应该怎样实现? Ignored attempt to cancel a touchmove event with cancelable=false Ignored attempt to cancel a touchmove event with cancelable=false Ignored attempt to ...
来源: Laya_社区 发布时间: 20171224
...rseComplete); this.mArmature.removeSelf();//从显示列表移除龙骨动画本身 this.mArmature.removeChildren();//从显示列表移除龙骨动画子对象 if (!this.mArmature.destroyed) { this.mArmature.destroy(true); ...
来源: Laya_社区 发布时间: 20200618
...oid[override] 销毁此对象。destroy对象默认会把自己从父节点移除,并且清理自身引用关系,等待js自动垃圾回收机制回收。destroy后不能再使用。 destroy时会移除自身的事情监听,自身的timer监听,移除子对象及从父节点移除自己。 S...
来源: Laya2.0_api 发布时间: 20190513
...rs Optional type: string (可选)事件类型,如果值为 null,则移除本对象所有类型的侦听器。 Returns EventDispatcher 此 EventDispatcher 对象。 offAllCaller offAllCaller(caller: any): EventDispatcher Inherited from EventDispatcher.offAllCaller Defined in laya/events/Event...
来源: Laya3.0_api 发布时间: 20231115
...oid[override] 销毁此对象。destroy对象默认会把自己从父节点移除,并且清理自身引用关系,等待js自动垃圾回收机制回收。destroy后不能再使用。 destroy时会移除自身的事情监听,自身的timer监听,移除子对象及从父节点移除自己。 T...
来源: Laya2.0_api 发布时间: 20190513
...交 1 个回复 cuixueying 赞同来自: 在mc中,使用destroy方法移除显示对象,对应的显示对象的资源引用也会进行移除,如果同一个mc多出被引用,那么其中一个mc调用了destroy销毁方法,对应的另外一个mc的显示资源也会进行销毁。其...
来源: Laya_社区 发布时间: 20160818
...使侦听器能够接收事件通知,此侦听事件响应一次后自动移除。 EventDispatcher send(data:*):void 发送数据到服务器。 SocketEvents Event Summary Defined By close连接被关闭后调度。Socket error出现异常后调度。Socket message接收到数据后...
来源: laya_api 发布时间: 20170929