大约有 3,292 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0083 秒)
Laya_社区(1557) Laya3.0_api(799) Laya2.0_api(368) laya_api(298) Laya2.0_文档(201) Laya3.0_文档(48) Laya2.0_示例(12) Laya_示例(9)
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
...案: 修改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
...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
..._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
...回复 Monica - 知识达人 赞同来自: 资源的加载路径是根据index.html所在的位置开始找的,只要路径写对了就不会有加载不到资源的问题(不需要手动拷贝资源修改资源路径) 2018-03-09 0 4 分享 微博 QZONE 微信 为什么被折叠? 0 个回复...
来源: Laya_社区 发布时间: 20180309
API DocumentationAll Packages | All Classes | Index | Frames No Frames MouseManagerProperties | Methods | Constants Packagelaya.eventsClasspublic class MouseManagerInheritanceMouseManager Object MouseManager 是鼠标、触摸交互管理器。 鼠标事件流包括捕获阶段、目标阶...
来源: Laya2.0_api 发布时间: 20190513
...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
... 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
...I的说明,请进入API文档查看:http://layaair.ldc.layabox.com/api/index.html?category=Core&class=laya.display.Stage
来源: Laya2.0_文档 发布时间: 20200307
...压缩laya_game.rar,双击打开laya_game\hgameStarter\bin\h5目录下的index.html,待浏览器打开后,打开开发者工具查看: Main.as里把getRolesBack函数作为回调函数传给SocketProxy.as setRoleCall,但是回调回来执行getRolesBack的时候,loadCreateRole()报...
来源: Laya_社区 发布时间: 20170622