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

大约有 1,700 项符合查询结果, 库内数据总量为 31,580 项。 (搜索耗时: 0.0072 秒)

261. laya.ui.Image [ 70%]

...被清除掉)。等同于graphics.clear();graphics.drawTexture()Sprite timer : Timer时间控制器,默认为Laya.timer。Node toolTip : * 鼠标悬停提示。 可以赋值为文本 String 或函数 Handler ,用来实现自定义样式的鼠标提示和参数携带等。 Component top : Nu...

来源: laya_api 发布时间: 20170929

262. laya.ui.TipManager [ 70%]

...被清除掉)。等同于graphics.clear();graphics.drawTexture()Sprite timer : Timer时间控制器,默认为Laya.timer。Node  tipBackColor : String = #111111[static] TipManager  tipDelay : Number = 200[static] TipManager  tipTextColor : String = #ffffff[static] TipManager toolTip : * ...

来源: laya_api 发布时间: 20170929

263. laya.ui.Radio [ 70%]

...被清除掉)。等同于graphics.clear();graphics.drawTexture()Sprite timer : Timer时间控制器,默认为Laya.timer。Node toggle : Boolean 指定按钮按下时是否是切换按钮的显示状态。 Button toolTip : * 鼠标悬停提示。 可以赋值为文本 String 或函数 Handler ...

来源: laya_api 发布时间: 20170929

264. laya.d3.core.pixelline.PixelLineSprite3D_API3.0 [ 70%]

...3D layer lineCount maxLineCount numChildren parent pixelLineRenderer scene timer transform url Methods _initialize _processActive addChild addChildAt addChildren addComponent addComponentInstance addLine addLines bubbleEvent callLater clear clearTimer clone contains destroy destroyChildren event fra...

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

265. laya.ui.HBox [ 70%]

...被清除掉)。等同于graphics.clear();graphics.drawTexture()Sprite timer : Timer时间控制器,默认为Laya.timer。Node toolTip : * 鼠标悬停提示。 可以赋值为文本 String 或函数 Handler ,用来实现自定义样式的鼠标提示和参数携带等。 Component top : Nu...

来源: laya_api 发布时间: 20170929

266. laya.ui.ProgressBar [ 70%]

...被清除掉)。等同于graphics.clear();graphics.drawTexture()Sprite timer : Timer时间控制器,默认为Laya.timer。Node toolTip : * 鼠标悬停提示。 可以赋值为文本 String 或函数 Handler ,用来实现自定义样式的鼠标提示和参数携带等。 Component top : Nu...

来源: laya_api 发布时间: 20170929

267. Laya.Animator 动画 怎么移动到某一帧并停止到这一帧?相当于 gotoAndStop() 函数的效果 [ 70%]

...内容相关的链接 提交 1 个回复 ymsdandan 赞同来自: 你先用timer.once()和ani,stop()方法试试吧,之后我们会对帧动画这方面进行改进 2017-11-15 0 0 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题请先登录 发起人 avpvsdoom 相...

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

268. 页面最小化之后 是不是 update函数就停止了 [ 70%]

...页面派发 B页面侦听) iphone自带浏览器页面怎么锁定 Laya.timer.loop()如何停止 用了第三方socket类 项目在IDE上可以连接正常运行,为什么打包APK之后在手机上就连接不上socket Laya拖尾怎么停止或清除,比如要瞬移角色的时候停止。...

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

269. 性能测试-卡通人物2 [ 70%]

...text.fontSize = 60; text.color = "#ff0000" Laya.stage.addChild(text); Laya.timer.frameLoop(1, this, gameLoop); })(); function createCharacters() { var char; var charSkin; for (var i = 0; i = 0; i--) { characters[i].update(); } if (Laya.timer.currFrame % 60 === 0) { text.text = Stat.FPS.toString(); }...

来源: Laya_示例 发布时间: 20251209

270. list 中的scrollbar [ 70%]

...lastPoint.setTo(Laya.stage.mouseX,Laya.stage.mouseY);         Laya.timer.clear(this,this.tweenMove);         Tween.clearTween(this);         Laya.stage.once(/*laya.events.Event.MOUSE_UP*/"mouseup",this,this.onStageMouseUp2);         Laya.stage.once(/*laya.events.Event...

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