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

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

2691. laya.d3.core.scene.Scene3D [ 50%]

API DocumentationAll Packages | All Classes | Index | Frames No Frames Scene3DProperties | Methods | Events | Constants Packagelaya.d3.core.sceneClasspublic class Scene3DInheritanceScene3D Sprite Node EventDispatcher ObjectImplements ISubmit, laya.resource.ICreateResource Scene3D 类用...

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

2692. 2d帧动画bug:编译运行会掉帧,编辑器不会掉帧,2.2.0版本以上都有这个问题 [ 50%]

...案: 修改laya.core.js构造函数条件判断 if (FrameAnimation._sortIndexFun === null) 改成 if (FrameAnimation._sortIndexFun == null)   代码如下: class FrameAnimation extends AnimationBase { constructor() { super(); if (FrameAnimation._sortIndexFun == null) { FrameAnimation._sortIndex...

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

2693. Spine骨骼动画 · LayaAir3文档 · LAYABOX [ 50%]

...public sprite: Laya.Sprite; private spine: Laya.Spine2DRenderNode; private index: number = -1; //组件被激活后执行,此时所有节点和组件均已创建完毕,此方法只执行一次 onAwake(): void { //加载Spine动画资源 Laya.loader.load("resources/boy/spineboy-pma.skel").then(()...

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

2694. 截屏无法实现 [ 50%]

..._option("gameUrl",                 "http://stand.alone.version/index.html");         mPlugin.game_plugin_init();         View gameView = mPlugin.game_plugin_get_view();         this.setContentView(gameView);         isLoad = true;         gv = gameV...

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

2695. 关于加载粒子part文件文件路径疑问 [ 50%]

...回复 Monica - 知识达人 赞同来自: 资源的加载路径是根据index.html所在的位置开始找的,只要路径写对了就不会有加载不到资源的问题(不需要手动拷贝资源修改资源路径) 2018-03-09 0 4 分享 微博 QZONE 微信 为什么被折叠? 0 个回复...

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

2696. laya.events.MouseManager [ 50%]

API DocumentationAll Packages | All Classes | Index | Frames No Frames MouseManagerProperties | Methods | Constants Packagelaya.eventsClasspublic class MouseManagerInheritanceMouseManager Object MouseManager 是鼠标、触摸交互管理器。 鼠标事件流包括捕获阶段、目标阶...

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

2697. Laya2.0添加模糊滤镜报错 [ 50%]

...NE 微信 kylin 赞同来自: 没有添加引擎对应类库 在项目/bin/index.js中加入 loadLib("libs/laya.filter.js"); 2019-01-05 0 1 分享 微博 QZONE 微信 Ai文广 赞同来自:   引入了库了,又报这个错~~~ 2019-01-05 0 4 分享 微博 QZONE 微信 为什么被折叠? 0 个回...

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

2698. 打包安卓Android studio黑屏 [ 50%]

... the package:app.json I/LayaBox:  require(/sdcard/layabox/scripts/scripts/index.js)      require(/sdcard/layabox/scripts/index.js)     found the file in the package:scripts/index.js I/LayaBox:  require(/sdcard/layabox/scripts/async.js)     found the file in the package:scripts/async.js I/La...

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

2699. 屏幕适配API概述(JavaScript-2D基础篇(JS)-屏幕适配) [ 49%]

...I的说明,请进入API文档查看:http://layaair.ldc.layabox.com/api/index.html?category=Core&class=laya.display.Stage

来源: Laya2.0_文档 发布时间: 20200307

2700. 执行回调函数时报is not a function [ 49%]

...压缩laya_game.rar,双击打开laya_game\hgameStarter\bin\h5目录下的index.html,待浏览器打开后,打开开发者工具查看:    Main.as里把getRolesBack函数作为回调函数传给SocketProxy.as setRoleCall,但是回调回来执行getRolesBack的时候,loadCreateRole()报...

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