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

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

231. drawTexture 画出来的数据会有以前的数据 [ 59%]

...eight,0,0); if(!texture) texture = new Texture(htmlCanvas); else { texture.destroy(true); texture = new Texture(htmlCanvas); } IconSpr.graphics.drawTexture(texture); } private function onRun():void { img.x += xNum; img.y += yNum; if(img.x < 0 || img.x > (1280 - 156)) { xNum = -xNum; } if(img.y...

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

232. laya.html.dom.HTMLDivElement_API3.0 [ 58%]

...blendMode cacheAs components contextHeight contextWidth customRenderEnable destroyed displayHeight displayWidth displayedInStage drawCallOptimize filters globalRotation globalScaleX globalScaleY graphics height hideFlags hitArea innerHTML is3D mask mouseEnabled mouseX mouseY numChildren parent pivot...

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

233. laya.ui.VSlider [ 58%]

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

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

234. laya.ui.HSlider [ 58%]

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

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

235. laya.ui.Tree_API3.0 [ 58%]

...de bottom cacheAs centerX centerY components customRenderEnable dataSource destroyed disabled displayHeight displayWidth displayedInStage drawCallOptimize filters globalRotation globalScaleX globalScaleY graphics gray height hideFlags hitArea is3D itemRender keepStatus left list mask mouseEnabled mo...

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

236. laya.ui.TextArea_API3.0 [ 57%]

...tom cacheAs centerX centerY color components customRenderEnable dataSource destroyed disabled displayHeight displayWidth displayedInStage drawCallOptimize editable filters fitContent focus font fontSize globalRotation globalScaleX globalScaleY graphics gray hScrollBar hScrollBarSkin height hideFlags...

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

237. laya.d3.core.particleShuriKen.ShuriKenParticle3D [ 56%]

...tatic] ShuriKenParticle3D  CURRENTTIME : int[static] ShuriKenParticle3D destroyed : Boolean = false[只读]是否已经销毁。对象销毁后不能再使用。Node displayedInStage : Boolean[read-only] 表示是否在显示列表中显示。Node  GRAVITY : int[static] ShuriKenParticle3D id ...

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

238. 使用StaticBatchManager,显存无法释放 [ 56%]

...静态合批功能,但是在我不断生成新的合批组时,旧的组destroy后显存却无法被回收,想知道是不是我的用法哪里有问题,我跟踪了释放过程的源码,似乎静态对象也有走到资源释放的部分,所以很好奇,求解答,已附上可以复...

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

239. 2.0下资源加载和销毁内存问题 [ 54%]

...E 微信 Laya_Aaron 赞同来自: (getRes(“xxx”) as Laya.Resource).destroy 2019-04-29 0 2 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题请先登录 发起人 虎威 相关问题 laya针对页游耗用内存大的问题是如何解决的? 加载到舞...

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