大约有 241 项符合查询结果, 库内数据总量为 31,560 项。 (搜索耗时: 0.0075 秒)
...lo.disconnect(); } /** 销毁*/ public destroy(): void { this.close(); this.pomelo = null; if(this.mDecorate)this.mDecorate.destroy(); this.mDecorate = null; } } /** socke...
来源: Laya_社区 发布时间: 20161109
...blendMode cacheAs components contextHeight contextWidth customRenderEnable destroyed displayHeight displayWidth displayedInStage drawCallOptimize filters globalRotation globalScaleX globalScaleY graphics height hideFlags hitArea href innerHTML is3D mask mouseEnabled mouseX mouseY numChildren parent ...
来源: Laya3.0_api 发布时间: 20231102
...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
...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
...,使用大括号可以指定组件的任意属性进行赋值。 Slider destroyed : Boolean = false[只读]是否已经销毁。对象销毁后不能再使用。Node disabled : Boolean 是否禁用页面,设置为true后,会变灰并且禁用鼠标。UIComponent displayedInStage : Boolean[r...
来源: Laya2.0_api 发布时间: 20190513
...,使用大括号可以指定组件的任意属性进行赋值。 Slider destroyed : Boolean = false[只读]是否已经销毁。对象销毁后不能再使用。Node disabled : Boolean 是否禁用页面,设置为true后,会变灰并且禁用鼠标。UIComponent displayedInStage : Boolean[r...
来源: Laya2.0_api 发布时间: 20190513
...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
...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
...tatic] ShuriKenParticle3D CURRENTTIME : int[static] ShuriKenParticle3D destroyed : Boolean = false[只读]是否已经销毁。对象销毁后不能再使用。Node displayedInStage : Boolean[read-only] 表示是否在显示列表中显示。Node GRAVITY : int[static] ShuriKenParticle3D id ...
来源: Laya2.0_api 发布时间: 20190513
...静态合批功能,但是在我不断生成新的合批组时,旧的组destroy后显存却无法被回收,想知道是不是我的用法哪里有问题,我跟踪了释放过程的源码,似乎静态对象也有走到资源释放的部分,所以很好奇,求解答,已附上可以复...
来源: Laya_社区 发布时间: 20190617