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

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

311. laya.d3.core.scene.BaseScene [ 46%]

...被清除掉)。等同于graphics.clear();graphics.drawTexture()Sprite timer : Timer时间控制器,默认为Laya.timer。Node transform : Matrix 对象的矩阵信息。通过设置矩阵可以实现节点旋转,缩放,位移效果。 矩阵更多信息请参考 Matrix Sprite  treeLevel...

来源: laya_api 发布时间: 20170422

312. laya.ui.Image_API3.0 [ 46%]

...cene scrollRect sizeGrid skewX skewY skin source stage staticCache texture timer toolTip top transform url useSourceSize viewport visible width x y zOrder Methods _initialize _processActive _setHeight _setSkin _setWidth addChild addChildAt addChildren addComponent addComponentInstance bubbleEvent ca...

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

313. laya.ui.FontClip_API3.0 [ 46%]

... sizeGrid skewX skewY skin sources spaceX spaceY stage staticCache texture timer toolTip top total transform url value viewport visible width x y zOrder Methods _initialize _processActive _setHeight _setSkin _setWidth addChild addChildAt addChildren addComponent addComponentInstance bubbleEvent call...

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

314. laya.ui.UIGroup_API3.0 [ 46%]

...ion skewX skewY skin space stage stateNum staticCache strokeColors texture timer toolTip top transform url viewport visible width x y zOrder Methods _initialize _processActive _setSkin addChild addChildAt addChildren addComponent addComponentInstance addItem bubbleEvent callLater clearTimer contains...

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

315. 微信小游戏wxmin图片加载有点问题 [ 46%]

... Laya.stage.addChild(a) // })) // ape.pos(100, 200) // var c = -15 // Laya.timer.frameLoop(40, null, function () { // c += 0.00001 // console.log(c) // camera.transform.rotate(new Laya.Vector3(c, 0, 0), true, false); // }); 2018-01-04 0 0 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被...

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

316. laya.ui.TextArea [ 46%]

...改文字样式,建议使用此接口,能提高效率。 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

317. 1.70beta Dialog增加动画后第二次执行popup不显示弹窗 [ 46%]

...ALOG_WIDTH + "," + DIALOG_HEIGHT; console.log("SHOW"); dialog.show(); Laya.timer.once(3000, this, function () { console.log("SHOW"); dialog.show(); }); } })();http://layaair.ldc.layabox.com/demo/?UI_Dialog 直接到示例下跑一跑就知道了... @cuixueying     demo.zip 2017-03-03 0 3 分享 ...

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

318. 没有预加载的图片怎么获取width和height ? [ 46%]

...getGraphicBounds().width,older.getGraphicBounds().height);     // Laya.timer.loop(1,this,showlog); } 2017-09-01 1 0 分享 微博 QZONE 微信 cuixueying 赞同来自: 通过getBounds获取图片的宽高 2017-01-18 0 10 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回...

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

319. 正交相机要怎么控制啊,坐标什么的全部懵!看了这个官方示例表示不懂,为什么还要转化为2D坐标? [ 45%]

...ord(translate, translate); layaMonkey.transform.position = translate; Laya.timer.frameLoop(1, this, function () { layaMonkey.transform.rotate(rotation); }); }); Laya.stage.on(Laya.Event.RESIZE, null, function () { camera.orthographicVerticalSize = Laya.RenderState.clientHeight; }); 2017-08-08 0 0 ...

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

320. ScrollRect设置会引起其他的UI资源无法正在显示 [ 45%]

...id { trace("[TestView.StartMove]") // TODO Auto Generated method stub Laya.timer.loop(100,this,UpdatePath,[len]); } private function UpdatePath(len:int):void { // TODO Auto Generated method stub var show:int = len -1; for(var i=0;i<len;i++){ if(arr[i]){ arr[i].x+= speed; if(arr[i].x>= show* PA...

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