大约有 37 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0046 秒)
... } 2025-12-04 0 3 分享 微博 QZONE 微信 得意须尽欢 赞同来自: 调用音频的方法:其中starttime为0 const channel = Laya.SoundManager.playSound(url, loop ? 0 : 1, null, startTime); 2025-11-27 0 0 分享 微博 QZONE 微信 Fany 赞同来自: native包中我这边也出现过.概...
来源: Laya_社区 发布时间: 20251127
... Web Worker无法访问全局变量或是全局函数; - Web Worker无法调用alert()或者confirm之类的函数; - Web Worker无法访问window、document之类的浏览器全局变量; [workder 支持的函数](https://developer.mozilla.org/En/DOM/Worker/Functions_available_to_workers) 页...
来源: Laya2.0_文档 发布时间: 20210715
...ht TypeError: Cannot read property 'cursor' of undefined错误 Laya2.1.0 JS调用Java PlatformClass undefined Uncaught TypeError: Cannot read property 'props' of undefined LayaNative2.2运行报错。:getBitmapData Cannot find the specified character in all fonts:263c Warning!,this class[MiniAdpter]...
来源: Laya_社区 发布时间: 20181126
...行报错 Uncaught Can not find scene:GameView.scene undefined Laya2.1.0 JS调用Java PlatformClass undefined Cannot read property 'displayObject' of null 浏览器运行提示TypeError: xxx is not a function Uncaught unknown animationClip version. Uncaught TypeError: Cannot read property 'props' of...
来源: Laya_社区 发布时间: 20210901
...ayaCompiler编译器生成,TS引擎版本是在JS引擎库的基础之上调用。从引擎结构来讲,AS3版本的引擎结构最为清晰,另外,如果未来想深入了解引擎层,或在查找某些深层次问题或BUG的时候,AS3环境下调试与查错非常的方便。而JS由...
来源: Laya_社区 发布时间: 20161221
...7.6-Beta版本之后,可以通过命令行进行刷新。 资源包版本调用命令:``layanative refreshres -u http://testgame.layabox.com/index.js`` 单机版本调用命令:``layanative refreshres`` ***Tips*** **1、必须在构建的app工程目录下,执行命令。最明显的标志...
来源: Laya2.0_文档 发布时间: 20210715
...当雪花移动超出边界或缩放小于0时进行了移除舞台,并调用Pool.recover()方法,使指定的对象回收至对象池内。 ```javascript package { import laya.display.Sprite; import laya.display.Stage; import laya.ui.Image; import laya.utils.Pool; import laya.webgl.WebGL; publi...
来源: Laya2.0_文档 发布时间: 20210715