• 首页
  • 动态
  • 案例
  • 引擎社区
  • API
  • 文档
  • 示例
  • 引擎下载

大约有 1,014 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0047 秒)

241. Tween文件内发现一个bug [ 80%]

...则立即停止缓动 /*[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

242. removeSelf()这个方法调用后是不是会移除对象上添加的一切东西? [ 80%]

...clear,那其它包括一个按钮的点击事件呢?   另外,this.destroy(true)这个又是把所有都销毁吗? 2018-01-05 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 Laya_Aaron 赞同来自: <p&...

来源: Laya_社区 发布时间: 20180105

243. laya.display.Node [ 80%]

...InHierarchy : Boolean[read-only] 获取在场景中是否激活。 Node  destroyed : Boolean = false[只读]是否已经销毁。对象销毁后不能再使用。Node  displayedInStage : Boolean[read-only] 表示是否在显示列表中显示。Node  name : String节点名称。Node  numChil...

来源: Laya2.0_api 发布时间: 20190513

244. laya.d3.core.MeshRenderer_API3.0 [ 80%]

...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

245. laya.d3.core.particleshuriken.module.Emission_API3.0 [ 80%]

...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

246. laya.physics.RigidBody_API3.0 [ 79%]

...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

247. 批量销毁释放内存(JavaScript-3D基础(JS)-LayaAir3D的内存管理) [ 79%]

...#### *version :2.0.2beta Update:2019-5-8* ​ Scene3D、Sprite3D在调用 `destroy()` 之后,精灵所引用的材质,纹理,网格并不会跟随精灵的销毁而一起销毁。这些残留下的资源需要分别使用`Laya.loader.getRes(url:String)`接口获取到资源(Resource)对象...

来源: Laya2.0_文档 发布时间: 20210715

248. laya.d3.physics.shape.CompoundColliderShape [ 79%]

... cloneTo(destObject:*):void[override] 克隆。 CompoundColliderShape  destroy():void[override] CompoundColliderShape  getChildShapeCount():int 获取子形状数量。 CompoundColliderShape  removeChildShape(shape:ColliderShape):void 移除子碰撞器形状。 CompoundColliderShape updateL...

来源: Laya2.0_api 发布时间: 20190513

249. Uncaught TypeError: Cannot read property '_tf' of null [ 79%]

...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

250. Tween回调方法里如何带参数? [ 79%]

...:_x, y:_y, alpha:1}, 1000, null, Handler.create(This, function(){     sp.destroy(); }), 500); 这样写sp并不能被销毁,请问laya里沒有onCompleteParams方法吗? 2017-06-08 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链...

来源: Laya_社区 发布时间: 20170608