大约有 632 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0069 秒)
...itor Defined in laya/components/Component.ts:34 是否可以在IDE环境中运行 Optional scriptPath scriptPath: string Inherited from Component.scriptPath Defined in laya/components/Component.ts:35 Accessors awaked get awaked(): boolean Inherited from Component.awaked Defined in laya/components/Co...
来源: Laya3.0_api 发布时间: 20231102
...itor Defined in laya/components/Component.ts:34 是否可以在IDE环境中运行 Optional scriptPath scriptPath: string Inherited from Component.scriptPath Defined in laya/components/Component.ts:35 Accessors awaked get awaked(): boolean Inherited from Component.awaked Defined in laya/components/Co...
来源: Laya3.0_api 发布时间: 20231115
...itor Defined in laya/components/Component.ts:34 是否可以在IDE环境中运行 Optional scriptPath scriptPath: string Inherited from Component.scriptPath Defined in laya/components/Component.ts:35 selfBody selfBody: RigidBody Defined in laya/physics/joint/MouseJoint.ts:16 [首次设置有效]关...
来源: Laya3.0_api 发布时间: 20231115
...meshRenderer.castShadow = true; box.meshRenderer.receiveShadow = true;3. F6运行,渲染正常 4. 打包发布并导入微信小游戏工具,使用基础库2.6.6 5. iOS扫码启动,渲染正常 6. Android扫码启动,黑屏,vConsole报错如下: gameThirdScriptError expected Number(unifo...
来源: Laya_社区 发布时间: 20190423
...做一定的优化 因为一款性能优越的h5产品是需要开发者+运行器 才能做到的通用浏览器是作的通用标准规范,不可能作到极致性能,各引擎商的运行器是针对自己认可的引擎标准作加速,所以比较好一些。但是引擎的运行器只是...
来源: Laya_社区 发布时间: 20151102
...(Frames Per Second)的缩写。假设游戏的帧速为60FPS,表明游戏运行时每个帧的执行时间为1/60 秒。帧速值越高,视觉上感觉越流畅。  (图1) 当前PC与手机等设备的满帧是60帧,如图1所示,但某些游戏对画面的流畅度要...
来源: Laya2.0_文档 发布时间: 20210714
...itor Defined in laya/components/Component.ts:34 是否可以在IDE环境中运行 Optional scriptPath scriptPath: string Inherited from Component.scriptPath Defined in laya/components/Component.ts:35 Static EMPTY EMPTY: Widget = null Defined in laya/components/Widget.ts:11 一个已初始化的 Widg...
来源: Laya3.0_api 发布时间: 20231115
...出现了,在mate x5上120HZ高刷屏下,但是华为的老机型上都运行正常。两个解决方案,第一种是让用户把屏幕调到60HZ刷新,第二种是判断机型,然后在场景内做降帧处理。 if (Laya.Browser.userAgent.indexOf("HUAWEIALT-AL10") > -1 || Laya.Brow...
来源: Laya_社区 发布时间: 20231207
...itor Defined in laya/components/Component.ts:34 是否可以在IDE环境中运行 Optional scriptPath scriptPath: string Inherited from Component.scriptPath Defined in laya/components/Component.ts:35 Static EMPTY EMPTY: Widget = null Defined in laya/ui/Widget.ts:12 一个已初始化的 Widget 实...
来源: Laya3.0_api 发布时间: 20231102
...ht TypeError: Cannot read property 'btCollisionObject' of undefined runtime运行报错! 用了ByteArray的zlib.min.js后报错 播放背景音乐的问题 刚打开 桌面调试出现报错Uncaught (in promise) DOMException: play() 本地调试加载本地图片都报错 微信小游戏编译报...
来源: Laya_社区 发布时间: 20190510