大约有 137 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0046 秒)
...| Frames No Frames GridSpriteProperties | Methods | Events Packagelaya.mapClasspublic class GridSpriteInheritanceGridSprite Sprite Node EventDispatcher Object 地图的每层都会分块渲染处理 本类就是地图的块数据 Public Properties Hide Inherited Public Properties Show Inherited ...
来源: Laya2.0_api 发布时间: 20190513
...= URL.formatURL(this._url); var map = Loader.atlasMap[atlasURL] || (Loader.atlasMap[atlasURL] = ); map.dir = directory; var scaleRate = 1; ...
来源: Laya_社区 发布时间: 20201130
...8091", "webRoot": "${workspaceFolder}/src", "sourceMapPathOverrides": { "webpack:///src/*": "${webRoot}/*" } }, { "name": "attach to Chrome", "request": "attach", "type": "chrome", "port...
来源: Laya_社区 发布时间: 20230213
...is undefined 文档 --> 扩展模块 --> 用LayaAir引擎解析Tiled Map地图 我的代码完全是复制的,一个字都不差 但是运行之后报错:TypeError: relativePath is undefined 文档传送门:https://ldc.layabox.com/doc/?nav=zh-js-3-4-0 2017-12-05 添加评论 免费帖 --...
来源: Laya_社区 发布时间: 20171205
...I DocumentationAll Packages | All Classes | Index | Frames No Frames MapLayerProperties | Methods | Events Packagelaya.mapClasspublic class MapLayerInheritanceMapLayer Sprite Node EventDispatcher Object 地图支持多层渲染(例如,地表层,植被层,建筑层等) 本类就是...
来源: Laya2.0_api 发布时间: 20190513
...I DocumentationAll Packages | All Classes | Index | Frames No Frames MapLayerProperties | Methods | Events Packagelaya.mapClasspublic class MapLayerInheritanceMapLayer Sprite Node EventDispatcher Object 地图支持多层渲染(例如,地表层,植被层,建筑层等) 本类就是...
来源: laya_api 发布时间: 20170929
...码 var handler = this._getHandler(caller, method); if (handler) { this._map[handler.key] = null; handler.key = 0; handler.clear(); } }[/i] 如果确是问题,可以考虑改一下,如果不是,可以忽略我的疑惑。我根据源码里面Timer中提供的相关字段和clearAll函数的写...
来源: Laya_社区 发布时间: 20200819
...面调试出现报错Uncaught (in promise) DOMException: play() 我的tieldmap生成的json文件里data是这种格式,地图显示有误 打包图集后自动生成的json文件里的prefix显示为"comp\/" LayaAir 2.0 TS版编译出错GameConfig跟创建项目时生成的内容不一致了 项...
来源: Laya_社区 发布时间: 20180118
...来,设为none又会显示出来 LayaAir3D/BlinnPhong材质添加Normal Map后物体变黑 设置cacheAs为normal,测试中Sprite数量没有减少 matter用Render.create()创建渲染器时里面参数因该放在options[]里还是放到外面 /*[COMPILER OPTIONS:ForcedCompile]*/ 和/*[COMP...
来源: Laya_社区 发布时间: 20170513
TieldMap is not counstructer 代码如下: //创建TiledMap实例 this._tMap = new TiledMap(); //创建Rectangle实例,视口区域 var viewRect:Laya.Rectangle = new Laya.Rectangle(); console.log(this._tMap); ...
来源: Laya_社区 发布时间: 20200815