大约有 577 项符合查询结果, 库内数据总量为 30,786 项。 (搜索耗时: 0.0058 秒)
Laya3.0_api(280) Laya2.0_api(125) laya_api(89) Laya_社区(69) Laya2.0_文档(8) Laya3.0_文档(4) Laya2.0_示例(1) Laya_示例(1)
...rce.x=source.offestX+position.x; source.y=source.offestX+position.y; } } destroy(destroyChild?:boolean):void{ this.timer.clear(this,this.__updateBinds); this.__bindList.length=0; this.__bindList=null; super.destroy(destroyChild); } } 2. 可绑定到骨骼的内容 /** * 可绑定到骨骼的...
来源: Laya_社区 发布时间: 20190805
...用大括号可以指定组件的任意属性进行赋值。 ProgressBar destroyed : Boolean = false[只读]是否已经销毁。对象销毁后不能再使用。Node disabled : Boolean 是否禁用页面,设置为true后,会变灰并且禁用鼠标。UIComponent displayedInStage : Boolean[re...
来源: Laya2.0_api 发布时间: 20190513
...,使用大括号可以指定组件的任意属性进行赋值。 Tree destroyed : Boolean[只读]是否已经销毁。对象销毁后不能再使用。Node disabled : Boolean 是否禁用页面,设置为true后,会变灰并且禁用鼠标。Component displayedInStage : Boolean[read-only] ...
来源: laya_api 发布时间: 20170929
...性,使用大括号可以指定组件的任意属性进行赋值。 Box destroyed : Boolean = false[只读]是否已经销毁。对象销毁后不能再使用。Node disabled : Boolean 是否禁用页面,设置为true后,会变灰并且禁用鼠标。UIComponent displayedInStage : Boolean[r...
来源: Laya2.0_api 发布时间: 20190513
...置Image设置skin方式加载资源,然后快速关闭界面,Image被 destroy(destroyChild: boolean = true): void { super.destroy(true); this._bitmap && this._bitmap.destroy(); this._bitmap = null; } 2,当前资源加...
来源: Laya_社区 发布时间: 20191024
...设置anchorY值最终通过pivotY值来改变节点轴心点。View autoDestroyAtClosed : Boolean = false场景被关闭后,是否自动销毁(销毁节点和使用到的资源),默认为falseScene autoSize : Boolean = false 指定是否自动计算宽高数据。默认值为 false 。 Sp...
来源: Laya2.0_api 发布时间: 20190513
progressbar设置皮肤后, 马上destroy会报bug set skin(value: string) { if (this._skin != value) { this._skin = value; if (this._skin && !Loader.getRes(this._skin)) { ILaya.loader.load(this._skin, Handler.create(this, this._skinLoaded), null, Loader.IMAGE, 1); // TODO TS } else { this....
来源: Laya_社区 发布时间: 20200108
...置有效]两个刚体是否可以发生碰撞,默认为falseGearJoint destroyed : Boolean[read-only] 获取是否已经销毁 。 Component enabled : Boolean 获取是否启用组件。 Component id : int[read-only] 获取唯一标识ID。 Component isSingleton : Boolean[read-only] 获取是...
来源: Laya2.0_api 发布时间: 20190513
...创建一个 ShurikenParticleRender 实例。 ShurikenParticleRenderer _destroy():void[override] ShurikenParticleRenderer _needRender(boundFrustum:BoundFrustum):Boolean[override] ShurikenParticleRenderer _renderUpdate(context:RenderContext3D, transfrom:Transform3D):void[override] ShurikenPa...
来源: Laya2.0_api 发布时间: 20190513
...,使用大括号可以指定组件的任意属性进行赋值。 Clip destroyed : Boolean[只读]是否已经销毁。对象销毁后不能再使用。Node disabled : Boolean 是否禁用页面,设置为true后,会变灰并且禁用鼠标。Component displayedInStage : Boolean[read-only] ...
来源: laya_api 发布时间: 20170929