大约有 1,702 项符合查询结果, 库内数据总量为 31,625 项。 (搜索耗时: 0.0067 秒)
Laya_社区(1360) Laya3.0_api(81) Laya2.0_api(74) laya_api(69) Laya2.0_文档(43) Laya_示例(36) Laya2.0_示例(20) Laya3.0_文档(19)
...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
...ticCache stroke strokeColor templateVars text textHeight textWidth texture timer transform type ubb underline underlineColor url valign viewport visible width wordWrap x y zOrder Methods _initialize _processActive _setHeight _setWidth addChild addChildAt addChildren addComponent addComponentInstance...
来源: Laya3.0_api 发布时间: 20231115
...n stage staticCache stroke strokeColor templateVars text textField texture timer toolTip top transform type ubb underline underlineColor url valign viewport visible width wordWrap x y zOrder Methods _initialize _processActive _setHeight _setSkin _setWidth addChild addChildAt addChildren addComponent...
来源: Laya3.0_api 发布时间: 20231115
... 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
...在哪呢?? 关于逻辑贞更新间隔机制、时间和其他一些Timer相关的问题 关于Dialog遮罩层移除解决问题的说明 横屏模式在锁定竖屏的iphone上不能正常显示的问题 ios原生回调问题 问题状态 最新活动: 2017-05-15 16:56 浏览: 2046 关注: 3 ...
来源: Laya_社区 发布时间: 20170425
...n stage staticCache stroke strokeColor templateVars text textField texture timer toolTip top transform type ubb underline underlineColor url vScrollBar vScrollBarSkin valign viewport visible width wordWrap x y zOrder Methods _initialize _processActive _setHeight _setSkin _setWidth addChild addChildA...
来源: Laya3.0_api 发布时间: 20231115
...理函数,用于背景位置的更新,实现背景滚动效果。 Laya.timer.frameLoop(1, this, onLoop); })() /** * 在onLoop函数内,更新box容器的位置。 */ function onLoop() { //设置背景容器由上向下移动 1px box.y += 1; //当背景1向下移动出游戏的显示区域 480*...
来源: Laya_社区 发布时间: 20160810
...接不上socket 关于逻辑贞更新间隔机制、时间和其他一些Timer相关的问题 graphics alpha 问题 【BUG备忘录】关于Tween动画无法正常作用问题-解决办法 问题状态 最新活动: 2019-04-13 17:51 浏览: 2643 关注: 4 人 Laya_Aaron • 2018-08-10 10:57 我们...
来源: Laya_社区 发布时间: 20180728
...事件的问题 关于逻辑贞更新间隔机制、时间和其他一些Timer相关的问题 ios原生回调问题 写了个边缘光的自定义shader,有很多问题,帮忙看一下 问题状态 最新活动: 2018-07-09 14:05 浏览: 1051 关注: 5 人 对方正在输入... • 2018-07-09 14:...
来源: Laya_社区 发布时间: 20180709
...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