大约有 1,014 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0047 秒)
Laya_社区(488) Laya3.0_api(280) Laya2.0_api(125) laya_api(99) Laya2.0_文档(12) Laya3.0_文档(5) Laya2.0_示例(4) Laya_示例(1)
...则立即停止缓动 /*[IF-FLASH]*/if (target is Node && target.destroyed) return clearTween(target); //[IF-JS]if (target.destroyed) return clearTween(target); [IF-JS]if (target != null && target.destroyed) return clearTween(target); ? 2017-03-13 添加评论 免费帖 --> 分享 ...
来源: Laya_社区 发布时间: 20170313
...clear,那其它包括一个按钮的点击事件呢? 另外,this.destroy(true)这个又是把所有都销毁吗? 2018-01-05 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 Laya_Aaron 赞同来自: <p&...
来源: Laya_社区 发布时间: 20180105
...InHierarchy : Boolean[read-only] 获取在场景中是否激活。 Node destroyed : Boolean = false[只读]是否已经销毁。对象销毁后不能再使用。Node displayedInStage : Boolean[read-only] 表示是否在显示列表中显示。Node name : String节点名称。Node numChil...
来源: Laya2.0_api 发布时间: 20190513
...or scriptPath sortingFudge Accessors awaked bounds boundsChange castShadow destroyed distanceForSort enabled hideFlags id lightmapIndex lightmapScaleOffset material materials ratioIgnor receiveShadow reflectionMode renderNode renderbitFlag sharedMaterial sharedMaterials volume Methods _applyReflecti...
来源: Laya3.0_api 发布时间: 20231115
...plements IClone Index Constructors constructor Properties enable Accessors destroyed emissionRate emissionRateOverDistance Methods addBurst clearBurst clone cloneTo getBurstByIndex getBurstsCount removeBurst removeBurstByIndex Constructors constructor new Emission(): Emission Defined in laya/d3/core...
来源: Laya3.0_api 发布时间: 20231115
...allowRotation allowSleep angularDamping angularVelocity awaked body bullet destroyed enabled gravityScale hideFlags id linearDamping linearVelocity type Methods _getOriBody _initialize _setOwner applyForce applyForceToCenter applyLinearImpulse applyLinearImpulseToCenter applyTorque destroy getBody g...
来源: Laya3.0_api 发布时间: 20231115
...#### *version :2.0.2beta Update:2019-5-8* Scene3D、Sprite3D在调用 `destroy()` 之后,精灵所引用的材质,纹理,网格并不会跟随精灵的销毁而一起销毁。这些残留下的资源需要分别使用`Laya.loader.getRes(url:String)`接口获取到资源(Resource)对象...
来源: Laya2.0_文档 发布时间: 20210715
... cloneTo(destObject:*):void[override] 克隆。 CompoundColliderShape destroy():void[override] CompoundColliderShape getChildShapeCount():int 获取子形状数量。 CompoundColliderShape removeChildShape(shape:ColliderShape):void 移除子碰撞器形状。 CompoundColliderShape updateL...
来源: Laya2.0_api 发布时间: 20190513
...enGuide1(_guideImage ); Tween.clearAll(_guideImage); _guideImage.destroy(true); _guideImage.dispose(); _guideImage = null; } public function tweenGuide1(image:Image):void { image.x = 0; image.y = 0; image.scale(1,1); Tween.to(image,{scaleX:0.5,scaleY:0.5},600...
来源: Laya_社区 发布时间: 20161216
...:_x, y:_y, alpha:1}, 1000, null, Handler.create(This, function(){ sp.destroy(); }), 500); 这样写sp并不能被销毁,请问laya里沒有onCompleteParams方法吗? 2017-06-08 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链...
来源: Laya_社区 发布时间: 20170608