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

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

91. 如何动态删除加载到内存里JS代码? [ 75%]

...相关的链接 提交 1 个回复 Laya_XS 赞同来自: js的代码内存回收这个没办法控制,只能在你不用的时候进行一个=null的操作,然后就是等待js的gc自己回收了! 2017-11-29 0 1 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问...

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

92. Tween 缓动过程有触发回调函数么 [ 75%]

...overBefore 是否覆盖之前的缓动。 * @param autoRecover 是否自动回收,默认为true,缓动结束之后自动回收到对象池。 * @return 返回Tween对象。 */ public static function to(target:*, props:Object, duration:int, ease:Function = null, complete:Handler = null, delay:int...

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

93. destroy()销毁精灵不起作用 [ 74%]

...的地方代码问题导致sprite增加,而且destroy是等js自动垃圾回收机制回收 2018-07-04 0 0 分享 微博 QZONE 微信 渔歌 赞同来自: 精灵的销毁是有延迟的,建议先移除,从父节点移除,之后再销毁 2020-05-27 0 0 分享 微博 QZONE 微信 为什么被折叠?...

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

94. laya.display.cmd.DrawTextureCmd [ 74%]

...量。 DrawTextureCmdPublic Methods  MethodDefined By  recover():void 回收到对象池 DrawTextureCmdPublic Constants ConstantDefined By  ID : String = DrawTexture[static] DrawTextureCmdProperty Detailalphapropertypublic var alpha:Number (可选)透明度。 blendModeproperty public var...

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

95. tween设置repeat为0后,后面所用tween动画异常 [ 74%]

...n.from(hint, { scaleX: 0.5, scaleY: 0.5 }, 2000); tw.repeat = 0;//有bug,回收对象池不会重置此值   //tween被对象池回收并不会重置repeat导致后面这个tween对象重用时动画重复播放 2019-09-23 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关...

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

96. laya.display.cmd.StrokeTextCmd [ 74%]

...布)。 StrokeTextCmdPublic Methods  MethodDefined By  recover():void 回收到对象池 StrokeTextCmdPublic Constants ConstantDefined By  ID : String = StrokeText[static] StrokeTextCmdProperty Detailcolorpropertypublic var color:String 定义文本颜色,比如"#ff0000"。 fontproperty p...

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

97. laya.display.cmd.DrawTrianglesCmd [ 74%]

...量。 DrawTrianglesCmdPublic Methods  MethodDefined By  recover():void 回收到对象池 DrawTrianglesCmdPublic Constants ConstantDefined By  ID : String = DrawTriangles[static] DrawTrianglesCmdProperty Detailalphapropertypublic var alpha:Number alpha blendModeproperty public var blendMode:...

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

98. laya.display.cmd.DrawPieCmd [ 74%]

...轴位置。 DrawPieCmdPublic Methods  MethodDefined By  recover():void 回收到对象池 DrawPieCmdPublic Constants ConstantDefined By  ID : String = DrawPie[static] DrawPieCmdProperty DetailendAnglepropertyendAngle:Number 结束角度。 Implementation     public function get endAngle()...

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

99. 内存不释放 [ 74%]

...即将其从内存中删除。只有系统认为内存足够低时,垃圾回收器才会运行。内存分配(而不是对象删除)会触发垃圾回收。 2017-11-03 1 0 分享 微博 QZONE 微信 xtcel5805 赞同来自: 好的,谢谢 2017-11-03 0 1 分享 微博 QZONE 微信 为什么被折...

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

100. laya.display.cmd.DrawPathCmd [ 73%]

...位置。 DrawPathCmdPublic Methods  MethodDefined By  recover():void 回收到对象池 DrawPathCmdPublic Constants ConstantDefined By  ID : String = DrawPath[static] DrawPathCmdProperty Detailbrushpropertypublic var brush:Object (可选)刷子定义,支持以下设置{fillStyle:"#FF000...

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