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

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

281. laya.ui.Label [ 49%]

...改文字样式,建议使用此接口,能提高效率。 Label clearTimer(caller:*, method:Function):void 清理定时器。功能同Laya.timer.clearTimer()。 Node contains(node:Node):Boolean 当前容器是否包含指定的 Node 节点对象 。 Node customRender(context:Context, x:Number,...

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

282. laya.ui.ScrollBar [ 49%]

...显示在屏幕之前调用,一般用于延迟计算数据。 Node clearTimer(caller:*, method:Function):void 清理定时器。功能同Laya.timer.clearTimer()。 Node contains(node:Node):Boolean 当前容器是否包含指定的 Node 节点对象 。 Node customRender(context:Context, x:Numbe...

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

283. 引擎 TiledMap 居然不支持图块翻转 [ 49%]

...        if (this._spriteNum == 0) {                 Laya.ILaya.timer.frameLoop(3, this, this.animate);                 this._preFrameTime = Laya.ILaya.Browser.now();                 this._frameIndex = 0;                 this._time = 0;                 this...

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

284. phasorSpriter3D 无法使用 [ 49%]

phasorSpriter3D 无法使用 Laya.timer.frameLoop(1, this, () => { this.phasorSpriter3D = new Laya.PhasorSpriter3D(); var _color = new Laya.Vector4(1, 0, 0, 1); var _corners = new Array<Laya.Vector3>(); _corners[0] = new Laya.Vector3(); _corners[1] = new Laya.Vector3(); _corners[2] = new L...

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

285. ProgressBar属性详解(ActionScript-IDE篇(AS3)-IDE组件属性详解) [ 49%]

...d(progressBar); //时间间隔循环,每100毫秒改变一次数据 Laya.timer.loop(100, this, changeValue); } /***时间间隔循环回调,更新进度条***/ private function changeValue():void { //最大为1,每次间隔更新5% if (progressBar.value >= 1) progressBar.value = 0; progressBar...

来源: Laya2.0_文档 发布时间: 20210715

286. laya.device.media.Video_API3.0 [ 49%]

...eY scene scrollRect seekable seeking skewX skewY stage staticCache texture timer transform url videoHeight videoWidth viewport visible volume width x y zOrder Methods _initialize _processActive addChild addChildAt addChildren addComponent addComponentInstance addInputChild callLater canPlayType clea...

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

287. 3d中 缓动往一个点转向并移动的问题 [ 48%]

...nLookAt(dir,Vector3.Up,out); Quaternion.slerp(transform.rotation,out, Laya.timer.delta/1000,out1); transform.rotation = out1; transform.translate(v3)   附件中是unity的效果  2018-07-26 添加评论 已悬赏5元 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相...

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

288. laya.display.Animation_API3.0 [ 48%]

...caleX scaleY scene scrollRect skewX skewY source stage staticCache texture timer transform url viewport visible width x y zOrder Methods _initialize _processActive addChild addChildAt addChildren addComponent addComponentInstance addLabel bubbleEvent callLater clear clearTimer contains customRender ...

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

289. UI加载完成后无法获取控件的大小——超详细版问题 [ 48%]

...相关的链接 提交 4 个回复 cuixueying 赞同来自: peterz3g Laya.timer.once(500,this,this.onLoopOnce); } private onLoopOnce():void { this.mypan.vScrollBar.on(Laya.Event.CHANGE, this, this.fitDOMElements_scroll); }加个延迟再看下! 2017-07-20 1 1 分享 微博 QZONE 微信 peterz3g ...

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

290. setBounds()后无法碰撞 [ 48%]

...xueying • 2016-12-13 22:05 问题1、如果你的显示对象是放到了timer计时器下进行移动旋转等操作,那么这时候该显示对象的getBounds值是不断变化的,你在计时器内setBounds,这时候值才是动态的,你在onload下只设置一次,肯定永远是这...

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