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

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

61. laya.map.GridSprite [ 67%]

...| 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

62. Laya.loader.load(xx) 当地址""的时候,会报错。 [ 67%]

...= URL.formatURL(this._url);                     var map = Loader.atlasMap[atlasURL] || (Loader.atlasMap[atlasURL] = );                     map.dir = directory;                     var scaleRate = 1;               ...

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

63. 3.0中只能使用TS了,在VSCode中怎么设置断点调试呢? [ 66%]

...8091",         "webRoot": "${workspaceFolder}/src",         "sourceMapPathOverrides": {             "webpack:///src/*": "${webRoot}/*"         }     },     {         "name": "attach to Chrome",         "request": "attach",         "type": "chrome",         "port...

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

64. TypeError: relativePath is undefined [ 66%]

...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

65. laya.map.MapLayer [ 66%]

...I DocumentationAll Packages | All Classes | Index | Frames No Frames MapLayerProperties | Methods | Events Packagelaya.mapClasspublic class MapLayerInheritanceMapLayer Sprite Node EventDispatcher Object 地图支持多层渲染(例如,地表层,植被层,建筑层等) 本类就是...

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

66. laya.map.MapLayer [ 66%]

...I DocumentationAll Packages | All Classes | Index | Frames No Frames MapLayerProperties | Methods | Events Packagelaya.mapClasspublic class MapLayerInheritanceMapLayer Sprite Node EventDispatcher Object 地图支持多层渲染(例如,地表层,植被层,建筑层等) 本类就是...

来源: laya_api 发布时间: 20170929

67. Laya.Timer.clear 的源码可能有个问题。 [ 64%]

...码 var handler = this._getHandler(caller, method); if (handler) { this._map[handler.key] = null; handler.key = 0; handler.clear(); } }[/i] 如果确是问题,可以考虑改一下,如果不是,可以忽略我的疑惑。我根据源码里面Timer中提供的相关字段和clearAll函数的写...

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

68. 生成PC端桌面图标 [ 63%]

...面调试出现报错Uncaught (in promise) DOMException: play() 我的tieldmap生成的json文件里data是这种格式,地图显示有误 打包图集后自动生成的json文件里的prefix显示为"comp\/" LayaAir 2.0 TS版编译出错GameConfig跟创建项目时生成的内容不一致了 项...

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

69. /*[COMPILER OPTIONS:normal]*/ [ 62%]

...来,设为none又会显示出来 LayaAir3D/BlinnPhong材质添加Normal Map后物体变黑 设置cacheAs为normal,测试中Sprite数量没有减少 matter用Render.create()创建渲染器时里面参数因该放在options[]里还是放到外面 /*[COMPILER OPTIONS:ForcedCompile]*/ 和/*[COMP...

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

70. TieldMap is not counstructer [ 62%]

TieldMap is not counstructer 代码如下: //创建TiledMap实例         this._tMap = new TiledMap();         //创建Rectangle实例,视口区域         var viewRect:Laya.Rectangle = new Laya.Rectangle();         console.log(this._tMap);        ...

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