大约有 461 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0051 秒)
Laya_社区(367) Laya3.0_api(21) Laya2.0_文档(21) laya_api(14) Laya2.0_api(14) Laya3.0_文档(13) Laya_示例(6) Laya2.0_示例(5)
...ideo = this.htmlvideo.video; videoTexture.video.play(); videoTexture.video.loop = true; var texture2D = new Laya.Texture2D(videoTexture.video.videoWidth,videoTexture.video.videoHeight); var texture:Laya.Texture = new Laya.Texture(texture2D); var image:Laya.Image = new Laya.Image(); image.texture = t...
来源: Laya_社区 发布时间: 20240305
...roid.os.Handler.dispatchMessage(Handler.java:99) at android.os.Looper.loop(Looper.java:164) at android.os.HandlerThread.run(HandlerThread.java:65) at com.android.server.ServiceThread.run(ServiceThread.java:46) 2018-11-26 18:31:46.768 1058-8332/? E/installd: Failed...
来源: Laya_社区 发布时间: 20181126
...BufferSourceNode.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 = Math...
来源: Laya_社区 发布时间: 20181023
...的抠图透明区域为黑色,其它机型都是正常的。 Laya.timer.loop()如何停止 循环依赖不能运行 Circular dependency: runtime运行报错! 打包安卓,代码正常运行,但是黑屏 3d物理不能触发onCollisionEnter事件 问题状态 最新活动: 2023-10-12 14:52 浏...
来源: Laya_社区 发布时间: 20231011
...roid.os.Handler.dispatchMessage(Handler.java:99) at android.os.Looper.loop(Looper.java:137) at android.app.ActivityThread.main(ActivityThread.java:5041) at java.lang.reflect.Method.invokeNative(Native Method) at java.lang.reflect.Method.invoke(Method.j...
来源: Laya_社区 发布时间: 20191121
...播放索引 this.aniFighter.play();//播放图集动画 this.aniFighter.loop = false; //获取动画边界信息,设置锚点 var rectBounds:Rectangle = this.aniFighter.getGraphicBounds(); var rectBounds1:Rectangle = this.aniFighter.getBounds(); //QUESTION=[无法获取图片宽度高度] this.an...
来源: Laya_社区 发布时间: 20181023
....dispatchMessage(Handler.java:102) W/System.err( 5275): at android.os.Looper.loop(Looper.java:136) W/System.err( 5275): at android.app.ActivityThread.main(ActivityThread.java:5 001) W/System.err( 5275): at java.lang.reflect.Method.invokeNative(Native Method) W/System.err( 5275): ...
来源: Laya_社区 发布时间: 20171026
通过AnimatorState为Animator添加多个播放状态islooping属性会被覆盖 美术导出的动画Animator动作时组合在一起的 通过官方文档通过 Animator.addState为其添加播放状态,每个状态记录的开始时间结束时间,是否循环。但只要添加多组动作...
来源: Laya_社区 发布时间: 20190802
...etServerTime() : startTime_ ); this.endTime = startTime + time; Laya.timer.loop(1,this,ef); isCd = true; } public function stop():void { this.set360(-1); Laya.timer.clear(this,ef); isCd = false; } } } 2017-11-24 1 2 分享 微博 QZONE 微信 wudi199553 赞同来自: 计时器属于简单的逻...
来源: Laya_社区 发布时间: 20171124
...能是执行了多遍,后面的覆盖前面,看起来就闪烁,你是loop到底是了什么也不知道 2019-03-25 0 4 分享 微博 QZONE 微信 kura 赞同来自: https://andyskaura.github.io/ 简单demo可以看下那个猫咪 2019-03-25 0 1 分享 微博 QZONE 微信 kura 赞同来自: 更...
来源: Laya_社区 发布时间: 20190325