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

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

1181. laya.d3.renderobjs.nativeobj.NativeVertexBuffer3D_API3.0 [ 45%]

Search Preparing search index... The search index is not available layaair Options All Public Public/Protected All Inherited Externals Only exported Menu Globals "laya/d3/RenderObjs/NativeOBJ/NativeVertexBuffer3D" NativeVertexBuffer3D Class NativeVertexBuffer3D Hierarchy VertexBuffer3D NativeVertex...

来源: Laya3.0_api 发布时间: 20231115

1182. 新的laya 3D插件在unity 中出现bug,求解决 [ 45%]

...器播放mp3出现The AudioContext was not allowed to start. 2.2-2.3版本 ani动画,序列帧动画最后一帧和第一帧衔接出现卡顿 发布H5后通过网页打开出现左上角的那个图标是什么东东 怎么去掉 3d项目-unity添加物理组件 layanative2 打包android平台 ...

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

1183. Skeleton骨骼动画内存泄漏 [ 45%]

...let(); this.te.on(Laya.Event.COMPLETE, this, this.teComplete); this.te.loadAni("res/wing_01_side.sk"); } } else if(e.keyCode == 50 || e.keyCode == 98) { if(this.te != null){ this.te.destroy(); this.te = null; this.sk.destroy(); this.sk = null; } } } private teComplete():void{ this.sk = this.te.build...

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

1184. 高级应用-寻路导航 [ 45%]

...")); this.layaMonkey.transform.localScale = new Laya.Vector3(5, 5, 5); var animator = (this.layaMonkey.getChildAt(0)).getComponentByType(Laya.Animator); var totalAnimationClip = animator.getClip("Take_001"); animator.addClip(totalAnimationClip, "walk", 40, 70); animator.play("walk", 2.5); //初始...

来源: Laya_示例 发布时间: 20260303

1185. 关于laya图片资源缓存的问题 增量更新文件缓存 [ 45%]

...;%= name %><%= ext %>?version=<%= hash %>', })) .pipe(hash.manifest('src/assets/index.ts')) .pipe(function(){ return through.obj(function (file, enc, cb) { staticVersion = JSON.parse(file.contents.toString()) let content = `export default ${file.contents.toString()}` file.contents = n...

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

1186. [LayaAirIDE3]xcode切入切出声音不播放 [ 45%]

...oContext was not allowed to start. 骨骼动画播放完后的回调时间 Animator2D该如何判断动画是否已经播放完成? 视频播放案例 音乐小游戏是怎么实现变速播放的? 微信小游戏,下拉手机的顶部菜单后,背景音乐停止播放,拉回去后,未...

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

1187. [LayaAirIDE3]时间轴动画调了材质引用类型的属性,调用play()接口切状态的时候调用_revertDefaultKeyframeNodes报材质属性空 [ 45%]

...pOwners[nodeIndex] = keyframeNodeOwner;         }     } 附件 : --> Animator.rar 2024-05-17 1 条评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 1715665753用户 赞同来自: 另外状态机连线切换的时候...

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

1188. Laya2.0导入protobufjs第三方库,报错找不到文件 [ 45%]

...类了,此时该如何获得场景内的元素 .sk , .lm , .ltc , .lh, .ani等后缀名的文件是如何制作的? runtime运行报错! 问题状态 最新活动: 2019-03-07 15:02 浏览: 2636 关注: 3 人

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

1189. 这是图文混排谷歌浏览器查看正常打包后的APP文字消失表情变大 [ 44%]

这是图文混排谷歌浏览器查看正常打包后的APP文字消失表情变大 class CAffiche { private textfiled:Laya.HTMLDivElement; public Reset():void { gRoomView.chatBox.innerHTML = ""; gRoomView.chatBox.height = 1; } public SysSay(txt:string):void { this.AddChat(0, "法官", txt); } pub...

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

1190. StaticModel_MeshSample例子运行不起来 [ 44%]

... StaticModel_MeshSample();报错如下: TypeError: Cannot read property 'AnimationPlayer' of undefined TypeError: Cannot read property 'component' of undefined ReferenceError: Laya3D is not defined 个人环境: layaAIR   1.5.4beta nodejs    v7.2.0 tsc      version 2.0.10   采用TS开发...

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