大约有 280 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0053 秒)
Laya_社区(221) Laya2.0_文档(13) Laya3.0_api(11) laya_api(9) Laya2.0_api(8) Laya3.0_文档(7) Laya_示例(6) Laya2.0_示例(5)
...LayaAir3.0引擎,那边实现videoTexture不用自己手动刷新 Laya.timer.frameLoop(1, this, this.updateVideo, [texture2D]); },true); } updateVideo(tempTexture:Laya.Texture2D){ if(this.htmlvideo.video.readyState === this.htmlvideo.video.HAVE_ENOUGH_DATA) { //更新视频纹理 tempTexture.loadI...
来源: Laya_社区 发布时间: 20240305
...;audioBufferSourceNode.buffer = buffer;audioBufferSourceNode.start(0);Laya.timer.loop(1,this,this.drawHandler);}private function drawHandler():void{Laya.stage.graphics.clear();var dataArray:Uint8Array = new Uint8Array(analyser.frequencyBinCount);analyser.getByteFrequencyData(dataArray);var step:int ...
来源: Laya_社区 发布时间: 20181023
...引导的抠图透明区域为黑色,其它机型都是正常的。 Laya.timer.loop()如何停止 循环依赖不能运行 Circular dependency: runtime运行报错! 打包安卓,代码正常运行,但是黑屏 3d物理不能触发onCollisionEnter事件 问题状态 最新活动: 2023-10-12 14:...
来源: Laya_社区 发布时间: 20231011
...e scrollRect skewX skewY source stage staticCache stopEvent target texture timer transform url viewport visible width x y zOrder Methods _initialize _processActive addChild addChildAt addChildren addComponent addComponentInstance bubbleEvent callLater clearTimer contains customRender destroy destroy...
来源: Laya3.0_api 发布时间: 20231115
...据;"url#aniName":表示相应名称的动画模版。 Animation clearTimer(caller:*, method:Function):void 清理定时器。功能同Laya.timer.clearTimer()。 Node contains(node:Node):Boolean 当前容器是否包含指定的 Node 节点对象 。 Node createFrames(url:*, name:String):Ar...
来源: Laya2.0_api 发布时间: 20190513
...ame1():void { xNum = Math.random()*7 - 3; yNum = Math.random()*7 - 3; Laya.timer.loop(20,this,onRun); Laya.timer.frameLoop(10,this,refresh); } private function refresh():void { IconSpr.graphics.clear(); iconSpr.graphics.clear(); if(htmlCanvas) htmlCanvas.clear(); htmlCanvas = iconSpr.drawToCanvas(ic...
来源: Laya_社区 发布时间: 20180113
...理函数,用于背景位置的更新,实现背景滚动效果。 Laya.timer.frameLoop(1, this, onLoop); })() /** * 在onLoop函数内,更新box容器的位置。 */ function onLoop() { //设置背景容器由上向下移动 1px box.y += 1; //当背景1向下移动出游戏的显示区域 480*...
来源: Laya_社区 发布时间: 20160810
...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
...ation scaleX scaleY scene scrollRect skewX skewY 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
....js:22823) at Animator.__proto._updateAnimtionPlayer (laya.d3.js:22608) at TimerHandler.__proto.run (laya.core.js:9504) at Timer.__proto._update (laya.core.js:9237) at Stage.__proto.render (laya.core.js:17832) at Stage.__proto._loop (laya.core.js:17790) at __proto._enterFrame (laya.core.js:5238) wox...
来源: Laya_社区 发布时间: 20180115