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

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

311. 图片mask失效问题. [ 51%]

...sk/im ... ot%3B,0,0,500,500, Handler.create(this,function():void{ photoimg.removeChild(maskimg); })); }); 必须这么写才行 先添加 在移除 ljy328803417 • 2018-02-26 17:40 我也出现了上面的问题,结果发现是显示对象没高宽问题,设置下setBounds就行了;官方人...

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

312. 场景切换造成的FPS下降的优化思路请教 [ 51%]

...请教 现在不同场景都是继承的Sprite,原来是通过addChild和removeChild直接管控不同场景的显示和隐藏的,但是发现发布到手机后FPS会瞬间掉到个位数,然后再恢复到原来一样。今天想到能否使用visible直接控制显示隐藏,发现这样做...

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

313. laya.d3.core.MeshSprite3D_API3.0 [ 51%]

...fAllCaller on onAfterDeserialize onAwake onDestroy onDisable onEnable once removeChild removeChildAt removeChildByName removeChildren removeSelf replaceChild runCallLater setChildIndex timerLoop timerOnce instantiate load Constructors constructor new MeshSprite3D(mesh?: Mesh, name?: string): MeshSpr...

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

314. laya.d3.core.particleshuriken.ShuriKenParticle3D_API3.0 [ 51%]

...fAllCaller on onAfterDeserialize onAwake onDestroy onDisable onEnable once removeChild removeChildAt removeChildByName removeChildren removeSelf replaceChild runCallLater setChildIndex timerLoop timerOnce instantiate load Constructors constructor new ShuriKenParticle3D(): ShuriKenParticle3D Override...

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

315. 模拟器分辨率问题 [ 51%]

...辑贞更新间隔机制、时间和其他一些Timer相关的问题 关于removechild、destory、clear的问题 LayaPlayer在x86ABI的安卓模拟器中崩溃 问题状态 最新活动: 2018-03-21 20:17 浏览: 2397 关注: 2 人 13570957865 • 2018-03-21 12:01 已发,请抽空看一下,谢...

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

316. laya.d3.core.SkinnedMeshSprite3D_API3.0 [ 51%]

...fAllCaller on onAfterDeserialize onAwake onDestroy onDisable onEnable once removeChild removeChildAt removeChildByName removeChildren removeSelf replaceChild runCallLater setChildIndex timerLoop timerOnce instantiate load Constructors constructor new SkinnedMeshSprite3D(mesh?: Mesh, name?: string): ...

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

317. laya.d3.core.trail.TrailSprite3D_API3.0 [ 51%]

...fAllCaller on onAfterDeserialize onAwake onDestroy onDisable onEnable once removeChild removeChildAt removeChildByName removeChildren removeSelf replaceChild runCallLater setChildIndex timerLoop timerOnce instantiate load Constructors constructor new TrailSprite3D(name?: string): TrailSprite3D Overr...

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

318. Layabox web 复制一段文字到剪贴板 [ 51%]

...         document.execCommand('Copy');             document.body.removeChild(input);             let msg: string = isAlertMsgInfo;             re = true;         } catch (e) {             console.error("Current equipment support Copy!");         }         retu...

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

319. 这个GetType=null的问题有大神解答下吗 [ 51%]

...题 救命!canvas定位后 点击区域偏移,求大大们解答 关于removechild、destory、clear的问题 Panel中的东西左右拖动好象有问题 laya1.7.9beta版 问题状态 最新活动: 2019-08-02 09:25 浏览: 1146 关注: 4 人

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

320. 多场景跳转遇到当前场景不能remove的问题 [ 51%]

...景可以显示,但是原场景画面仍然存在,代码: Laya.stage.removeChild(window.sceneSelectroommultiple); delete window.sceneSelectroommultiple; Laya.class(StartgameUI, "StartgameUI", startgameUI); var sceneStartgame = new StartgameUI(); window.sceneStartgame= sceneStartgame; Laya.stag...

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