• 首页
  • 动态
  • 案例
  • 引擎社区
  • API
  • 文档
  • 示例
  • 引擎下载

大约有 2,193 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0083 秒)

2091. 加载prefab的代码编译失败,提示“Property 'transform' does not exist on type 'Node'” [ 44%]

..., 0));             })); 但是编译时报如下错误: [23:43:30] Starting 'compile'... { Error: D:/Workspace/LayaTest/demo010/src/script/GameUI.ts(50,17): semantic error TS2339: [31mProperty 'transform' does not exist on type 'Node'.[39m at error (D:\Software\Develop\LayaAirIDE\resources\a...

来源: Laya_社区 发布时间: 20211009

2092. 安卓上的百度小游戏,playMusic会出现多个背景音乐 [ 44%]

...使用 谷歌浏览器播放mp3出现The AudioContext was not allowed to start. 红米K20pro 多个手指同时按下就会报这个错 object has in SimpleSingletonList 版本不匹配! 全局 tsc (2.2.2) != VS Code 的语言服务(2.1.5)。可能出现不一致的编译错误 2.2.0beta4 发布微...

来源: Laya_社区 发布时间: 20200623

2093. 加载 unity3D导入的旧版蒙皮动画时出现错误 [ 44%]

...n target 谷歌浏览器播放mp3出现The AudioContext was not allowed to start. Animator 如何获取当前所有动画名称呢?或者所有的AnimationClip呢? 版本不匹配! 全局 tsc (2.2.2) != VS Code 的语言服务(2.1.5)。可能出现不一致的编译错误 骨骼动画播放完...

来源: Laya_社区 发布时间: 20180724

2094. [LayaAir3]关于drawToRenderTexture2D绘制后图像模糊问题补充 [ 44%]

...t A boolean indicating whether to draw the render rectangle. When true, it starts drawing from (0,0) of the render texture and subtracts the offset of the cache rectangle. When false, it keeps the sprite's original relative position for drawing. * @param flipY Optional. If true, the texture will be ...

来源: Laya_社区 发布时间: 20250827

2095. laya.display.EffectAnimation [ 44%]

...以可以使用如下语法:spr.pivot(...).pos(50, 100); Sprite  play(start:* = 0, loop:Boolean = true, name:String):void[override] EffectAnimation pos(x:Number, y:Number, speedMode:Boolean = false):Sprite 设置坐标位置。相当于分别设置x和y属性。 因为返回值为Sprite对象...

来源: Laya2.0_api 发布时间: 20190513

2096. laya.ani.swf.MovieClip [ 43%]

...dex:int = 0, loop:Boolean = true):void 播放动画。 MovieClip  playTo(start:int, end:int, complete:Handler = null):void 从开始索引播放到结束索引,结束之后出发complete回调 MovieClip pos(x:Number, y:Number, speedMode:Boolean = false):Sprite 设置坐标位置。相当于分...

来源: Laya2.0_api 发布时间: 20190513

2097. 新手引导在ios浏览器表现异常 [ 43%]

...异常 谷歌浏览器播放mp3出现The AudioContext was not allowed to start. iphone自带浏览器页面怎么锁定 构建iOS工程后,真机上运行显示“网络异常,请检查您的网络或与开发商联系...”, 修改stage的scale后,会发生异常情况 请问下loader如何...

来源: Laya_社区 发布时间: 20200119

2098. 2.0打包apk后有较高几率会触发一个so报错 [ 43%]

...arm64-v8a] 5 #04 pc 000000000023ac78 liblayaair.so laya::JCScriptRuntime::start(char const*) [arm64-v8a] 6 #05 pc 000000000024a4f4 liblayaair.so Java_layaair_game_browser_ConchJNI_OnGLReady [arm64-v8a] 7 #06 pc 0000000000086ba0 /data/app/com.mylafe.game.handsomecat1-rK8IVpXt_mNnn_lPV5rG6w==/oat/a...

来源: Laya_社区 发布时间: 20200813

2099. [LayaAir3]Laya3.x graphics.drawCurves 闪烁的问题 [ 43%]

...: number[] { const result: number[] = [this.points[0], this.points[1]]; // Start with the first point for (let i = 0; i < this.points.length - 2; i += 2) { const x0 = i > 0 ? this.points[i - 2] : this.points[i]; const y0 = i > 0 ? this.points[i - 1] : this.points[i + 1]; const x1 = this.poi...

来源: Laya_社区 发布时间: 20241008

2100. Laya2.12.0项目出现卡顿现象(必现) [ 43%]

...uf库? 谷歌浏览器播放mp3出现The AudioContext was not allowed to start. 版本不匹配! 全局 tsc (2.2.2) != VS Code 的语言服务(2.1.5)。可能出现不一致的编译错误 如何通过命令行工具构建和发布项目 摄像机跟随刚体移动,刚体出现抖动。 请教...

来源: Laya_社区 发布时间: 20211112