大约有 480 项符合查询结果, 库内数据总量为 31,671 项。 (搜索耗时: 0.0048 秒)
Laya_社区(378) Laya3.0_文档(21) Laya3.0_api(21) Laya2.0_文档(21) Laya2.0_api(14) laya_api(14) Laya_示例(6) Laya2.0_示例(5)
...ressBar); //时间间隔循环,每100毫秒改变一次数据 Laya.timer.loop(100, this, changeValue); } /***时间间隔循环回调,更新进度条***/ private function changeValue():void { //最大为1,每次间隔更新5% if (progressBar.value >= 1) progressBar.value = 0; progressBar.value...
来源: Laya2.0_文档 发布时间: 20210715
...oid.os.Handler.dispatchMessage(Handler.java:102) at android.os.Looper.loop(Looper.java:154) at android.app.ActivityThread.main(ActivityThread.java:6211) at java.lang.reflect.Method.invoke(Native Method) at com.android.internal.os.ZygoteInit$MethodAndAr...
来源: Laya_社区 发布时间: 20200613
...HTMLDivElement的使用 微信小游戏如何使用ttf字体? Laya.timer.loop()如何停止 骨骼动画播放完后的回调时间 2.1.1.1引擎微信小游戏掉帧严重 2.2.0beta4 发布微信小游戏,安卓设备加载场景黑屏 1.7.15 小游戏3d 发布后在手机预览显示异常 问...
来源: Laya_社区 发布时间: 20210701
...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