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

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

71. laya.maths.Color_API3.0 [ 78%]

...ements IClone Index Constructors constructor Properties a b g r BLACK BLUE CLEAR CYAN GRAY GREEN MAGENTA RED WHITE YELLOW Methods clone cloneTo equal fromArray scale setValue toArray toGamma toLinear gammaToLinearSpace linearToGammaSpace Constructors constructor new Color(r?: number, g?: number, b?:...

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

72. laya.utils.Log [ 78%]

...个数量,则自动清理一次LogPublic Methods  MethodDefined By  clear():void[static] 清理日志 Log  enable():void[static] 激活Log系统,使用方法Laya.init(800,600,Laya.Log); Log  print(value:String):void[static] 增加日志内容。 Log  toggle():void[static] 隐藏/显示...

来源: laya_api 发布时间: 20170929

73. 关于定时器问题 [ 78%]

...面,我谢了两个定时器名为time1,time2,当我用 Laya.timer.clear(this, this.time);为什么两个定时器被同时清理了 2018-08-02 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 Laya_Aaron 赞...

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

74. tween [ 78%]

...续执行 这是暂停函数: __proto.pause=function(){ Laya.scaleTimer.clear(this,this._beginLoop); Laya.scaleTimer.clear(this,this._doEase); 以下是Tween类里面的 create 函数的代码段 BUG就出在 Laya.scaleTimer.once(delay,this,this.firstStart,[target,props,isTo]); if (runNow){ if (de...

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

75. http请求能否取消 [ 78%]

... QZONE 微信 cuixueying 赞同来自: 可以清除当前请求,请参考clear方法/** * @private * 清除当前请求。 */ protected function clear():void { var http:* = this._http; http.onerror = http.onabort = http.onprogress = http.onload = null; } 2016-12-05 0 0 分享 微博 QZONE 微信 ...

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

76. 怎么清除graphics画出的图像啊?? [ 78%]

...-04-27 1 0 分享 微博 QZONE 微信 cuixueying 赞同来自: 调graphics.clear即可! 2017-04-27 0 1 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题请先登录 发起人 Todo 相关问题 Laya拖尾怎么停止或清除,比如要瞬移角色的时候停止...

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

77. laya.d3.math.Color_API3.0 [ 77%]

...ements IClone Index Constructors constructor Properties a b g r BLACK BLUE CLEAR CYAN GRAY GREEN MAGENTA RED WHITE YELLOW Methods clone cloneTo equal fromArray scale setValue toArray toGamma toLinear gammaToLinearSpace linearToGammaSpace Constructors constructor new Color(r?: number, g?: number, b?:...

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

78. Animation播完图集动画怎么清除掉? [ 77%]

...除掉? 在UI编辑器定义Animation组件,加载图集播放完,用clear()清除掉,方便复用,但是打成APK的时候,这个clear()会导致程序整个崩溃掉,请问该用那个方法做这个清除动作,这个Animation又可以复用,加载别的图集播放 2017-04-11 1...

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

79. laya.utils.Timer_API3.0 [ 77%]

...tor Properties currFrame currTimer scale Accessors delta Methods callLater clear clearAll clearCallLater destroy frameLoop frameOnce loop once pause resume runCallLater runTimer toString Constructors constructor new Timer(autoActive?: boolean): Timer Defined in laya/utils/Timer.ts:34 创建 Timer ...

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

80. 动画播放完必须要清除吗 [ 77%]

...: 660 关注: 2 人 18336093936 • 2017-10-18 11:52 现在我测试发现clear会导致打包的APP闪退 18336093936 • 2017-10-18 11:52 我最近也一直在问你们官方闪退的原因,今天我测的把clear注释掉就不闪退了 Monica • 2017-10-18 15:22 @18336093936:如果你把正...

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