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

大约有 183 项符合查询结果, 库内数据总量为 30,724 项。 (搜索耗时: 0.0040 秒)

21. laya.d3.resource.RenderTexture [ 79%]

... DocumentationAll Packages | All Classes | Index | Frames No Frames RenderTextureProperties | Methods Packagelaya.d3.resourceClasspublic class RenderTextureInheritanceRenderTexture BaseTexture laya.resource.Resource RenderTarget 类用于创建渲染目标。 Public Properties Hide Inherited...

来源: laya_api 发布时间: 20170929

22. 自定义Shader · LayaAir3.0文档 · LAYABOX [ 79%]

...,在 RGBA 通道中具有值“1.0”。 2.2 规则说明 Shader3D Start/End Shader文件头/尾 用于声明渲染pass,渲染状态、材质参数等参数 Shader3D Start { //此处填写Shader渲染pass、渲染状态、材质参数等属性 } Shader3D End name Shader名称 用于解释该Shad...

来源: Laya3.0_文档 发布时间: 20240926

23. skeleton动画怎么实现gotoAndStop和gotoAndPlay, [ 79%]

...实现gotoAndStop和gotoAndPlay, 如题, 我想实现, 1.playTo(start,end)                                      将动画从start开始播放到end后暂停 2.gotoAndStop(frame或timer)                    将动画定位到指定帧或时间 3.gogoAndPlay(frame或...

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

24. String转XMLDom的问题 [ 79%]

...e { xml = new DOMParser().parseFromString(value, "text/xml"); } [IF-SCRIPT-END]*/ return xml; } 在编译时直接报错 2017-02-21 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 2 个回复 cuixueying 赞同来自: yurong300...

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

25. 打包APP闪退 报下面这些信息 [ 78%]

...ct] 10-17 15:07:58.095 6337-6869/com.mygame.laya I/LayaBox: addevtlistener:ended 10-17 15:08:01.780 6337-6869/com.mygame.laya I/LayaBox: callStaticMethod:={} 10-17 15:08:01.780 6337-6869/com.mygame.laya I/LayaBox: 游戏进程0 10-17 15:08:01.796 6337-6869/com.mygame.laya I/LayaBox: callStaticMethod...

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

26. 骨骼动画的多纹理疑问 [ 78%]

...e,强制生效 * @param   start       起始时间 * @param   end         结束时间 * @param   freshSkin   是否刷新皮肤数据 */ play(nameOrIndex: any, loop: boolean, force?: boolean, start?: number, end?: number, freshSkin?: boolean): void;   2018-03-16 0 0 分...

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

27. laya.events.Event [ 77%]

...[static] 定义 doubleclick 事件对象的 type 属性值。Event  DRAG_END : String = dragend[static] 定义 dragend 事件对象的 type 属性值。Event  DRAG_MOVE : String = dragmove[static] 定义 dragmove 事件对象的 type 属性值。Event  DRAG_START : String = dragstart[static] ...

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

28. laya.events.Event [ 76%]

...[static] 定义 doubleclick 事件对象的 type 属性值。Event  DRAG_END : String = dragend[static] 定义 dragend 事件对象的 type 属性值。Event  DRAG_MOVE : String = dragmove[static] 定义 dragmove 事件对象的 type 属性值。Event  DRAG_START : String = dragstart[static] ...

来源: laya_api 发布时间: 20170929

29. LayaAir中字符串转xml [ 76%]

...new DOMParser().parseFromString(value, "text/xml"); } [IF-SCRIPT-END]*/ return xml; } yurong3000 • 2017-02-21 10:55 然后这个编译后报错,会是什么问题的啊? cuixueying • 2017-02-22 16:38 请使用__JS__()方法替代/*[IF-SCRIPT-BEGIN] [IF-SCRIPT-END]*/试下!

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

30. SVG渐变精灵的扩展脚本继承了多个精灵, 在safari环境下重叠了渲染 [ 75%]

...             data += '</linearGradient>';             // End of set gradient             // set shadow             data += '<filter id="shadow" x="-20%" y="-20%" width="140%" height="140%">';             data += '<feGaussianBlur stdDeviation="2 2" result=...

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