大约有 341 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0048 秒)
...内容获取宽高,可以设置本属性为true,或者通过getBounds方法获取。设置为true,对性能有一定影响。 Sprite bg : AutoBitmap 表示此对象包含的文本背景 AutoBitmap 组件实例。 TextInput bgColor : String 文本背景颜色,以字符串表示。 Label ...
来源: laya_api 发布时间: 20170929
...是一个声音管理类。提供了对背景音乐、音效的播放控制方法。 引擎默认有两套声音方案:WebAudio和H5Audio 播放音效,优先使用WebAudio播放声音,如果WebAudio不可用,则用H5Audio播放,H5Audio在部分机器上有兼容问题(比如不能混音...
来源: Laya3.0_api 发布时间: 20231115
...内容获取宽高,可以设置本属性为true,或者通过getBounds方法获取。设置为true,对性能有一定影响。 Sprite bg : AutoBitmap 表示此对象包含的文本背景 AutoBitmap 组件实例。 TextInput bgColor : String 文本背景颜色,以字符串表示。 Label ...
来源: Laya2.0_api 发布时间: 20190513
...lue) this._mcAni.removeFromParent(); }); //----Laya.superSet,没有这个方法吧? 1.7之前的转换 __getset(0,__proto,'visible',function(){ return _super.prototype._$get_visible.call(this); },function(value){ _super.prototype._$set_visible.call(this,value); if (value) this._mcAni.removeFr...
来源: Laya_社区 发布时间: 20180227
...件被激活后执行,此时所有节点和组件均已创建完毕,次方法只执行一次 Returns void onDestroy onDestroy(): void Inherited from Component.onDestroy Defined in laya/components/Component.ts:318 手动调用节点销毁时执行 Returns void onDisable onDisable(): void Inherite...
来源: Laya3.0_api 发布时间: 20231102
...件被激活后执行,此时所有节点和组件均已创建完毕,次方法只执行一次 Returns void onDestroy onDestroy(): void Inherited from Component.onDestroy Defined in laya/components/Component.ts:318 手动调用节点销毁时执行 Returns void onDisable onDisable(): void Inherite...
来源: Laya3.0_api 发布时间: 20231115
...件被激活后执行,此时所有节点和组件均已创建完毕,次方法只执行一次 此方法为虚方法,使用时重写覆盖即可 Node once(type:String, caller:*, listener:Function, args:Array = null):EventDispatcher[override] 增加事件侦听器,以使侦听器能够接收...
来源: Laya2.0_api 发布时间: 20190513
...件被激活后执行,此时所有节点和组件均已创建完毕,次方法只执行一次 Returns void onDisable onDisable(): void Inherited from Component.onDisable Defined in laya/components/Component.ts:312 组件被禁用时执行,比如从节点从舞台移除后 Returns void Optional ...
来源: Laya3.0_api 发布时间: 20231115
...池,方便下次复用 如果没有重置,则不进行回收复用 此方法为虚方法,使用时重写覆盖即可 ComponentProperty Detaildestroyedpropertydestroyed:Boolean [read-only] 获取是否已经销毁 。 Implementation public function get destroyed():Booleanenabledprope...
来源: Laya2.0_api 发布时间: 20190513
... Defined in laya/components/CommonScript.ts:25 创建后只执行一次 此方法为虚方法,使用时重写覆盖即可 Returns void onDestroy onDestroy(): void Overrides Component.onDestroy Defined in laya/components/CommonScript.ts:73 销毁时执行 此方法为虚方法,使用时重写覆...
来源: Laya3.0_api 发布时间: 20231102