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

大约有 355 项符合查询结果, 库内数据总量为 31,671 项。 (搜索耗时: 0.0071 秒)

331. 2.13 2d物理系统 physics 碰撞体信息的owner为null [ 54%]

... 微博 QZONE 微信 π大星 赞同来自: 大概明白了,应该是我 destroy 了组件,所以导致打印出来的组件信息都是null 2022-07-18 0 0 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题请先登录 发起人 π大星 相关问题 sprite旋转以...

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

332. [LayaAir3]LayaAir3 预制体销毁时如何回收其依赖的资源 [ 54%]

...           mainRT.SceneLayer.addChild(win); }); //销毁预制提 win.destroy(); //如何回收此预制体依赖的资源项:目前通过引擎源码只看到预制依赖预制的关系,但如Image等其他资源项则没法获得,无法获得 也就无法准确回收此预制相关的...

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

333. laya.ui.TextArea [ 54%]

...,使用大括号可以指定组件的任意属性进行赋值。 Label destroyed : Boolean[只读]是否已经销毁。对象销毁后不能再使用。Node disabled : Boolean 是否禁用页面,设置为true后,会变灰并且禁用鼠标。Component displayedInStage : Boolean[read-only] ...

来源: laya_api 发布时间: 20170929

334. laya.display.Stage [ 54%]

...设计宽度(初始化时设置的宽度Laya.init(width,height))Stage destroyed : Boolean = false[只读]是否已经销毁。对象销毁后不能再使用。Node displayedInStage : Boolean[read-only] 表示是否在显示列表中显示。Node displayHeight : Number[read-only] 对象的显...

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

335. laya.display.Stage_API3.0 [ 53%]

... blendMode cacheAs clientScaleX clientScaleY components customRenderEnable destroyed displayHeight displayWidth displayedInStage drawCallOptimize filters frameRate fullScreenEnabled globalRotation globalScaleX globalScaleY graphics height hideFlags hitArea is3D isFocused isVisibility mask mouseEnabl...

来源: Laya3.0_api 发布时间: 20231115

336. laya.ui.FontClip [ 52%]

...,使用大括号可以指定组件的任意属性进行赋值。 Clip destroyed : Boolean = false[只读]是否已经销毁。对象销毁后不能再使用。Node  direction : String 布局方向。 默认值为"horizontal"。 取值: "horizontal":表示水平布局。 "vertical":表示...

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

337. 引擎 TiledMap 居然不支持图块翻转 [ 52%]

...ll();                 }             }             this.destroy();             this.relativeX = 0;             this.relativeY = 0;             this.isHaveAnimation = false;             this.aniSpriteArray = null;             this.drawImageNum = 0;   ...

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

338. laya.display.Input_API3.0 [ 52%]

...lor blendMode bold borderColor cacheAs color components customRenderEnable destroyed displayHeight displayWidth displayedInStage drawCallOptimize editable filters focus font fontSize globalRotation globalScaleX globalScaleY graphics height hideFlags hitArea html htmlParseOptions is3D italic leading ...

来源: Laya3.0_api 发布时间: 20231115

339. 3D粒子 · LayaAir3.3 · 引擎文档 · LAYABOX [ 52%]

...; }; //彻底销毁清理一个粒子特效对象 Clean(): void { if (this.destroyed) { return; } this.Recover(); if (this._particle && !this._particle.destroyed) { this._particle.removeSelf(); this._particle.destroy(true); this._particle = null; } this._shuriKenParticle3D = null; this._shur...

来源: Laya3.0_文档 发布时间: 20251010

340. 3D粒子编辑模块 · LayaAir3文档 · LAYABOX [ 52%]

...; }; //彻底销毁清理一个粒子特效对象 Clean(): void { if (this.destroyed) { return; } this.Recover(); if (this._particle && !this._particle.destroyed) { this._particle.removeSelf(); this._particle.destroy(true); this._particle = null; } this._shuriKenParticle3D = null; this._shur...

来源: Laya3.0_文档 发布时间: 20250104