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

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

261. 用 texturepacker .json+.png File [ 71%]

... 要回复问题请先登录 发起人 WH... 相关问题 Failed to load resource: net::ERR_FILE_NOT_FOUND 初学者,LayaAir IDE舞台不显示效果,并提示file: 发布微信小游戏时,[ERR]|MergeJS Fail, File not found : E:\svnwork\layawork\bin\h5\index.html ENOENT: no such file or directo...

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

262. laya.d3.animation.AnimationClip [ 71%]

...a.d3.animationClasspublic class AnimationClipInheritanceAnimationClip laya.resource.Resource AnimationClip 类用于动画片段资源。 Public Properties PropertyDefined By  islooping : Boolean是否循环。AnimationClipPublic Methods  MethodDefined By  AnimationClip() 创建一个 Animatio...

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

263. laya.components.Component [ 71%]

...nentsClasspublic class ComponentInheritanceComponent ObjectImplements laya.resource.ISingletonElement, laya.resource.IDestroySubclasses CommonScript, Script Component 类用于创建组件的基类。 Public Properties PropertyDefined By  destroyed : Boolean[read-only] 获取是否已经销毁 ...

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

264. laya.d3.terrain.TerrainHeightData [ 70%]

...errainClasspublic class TerrainHeightDataInheritanceTerrainHeightData laya.resource.Resource TerrainHeightData 类用于描述地形高度信息。 Public Properties PropertyDefined By  _bitType : intTerrainHeightData  _height : intTerrainHeightData  _terrainHeightData : Float32ArrayTerrainHe...

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

265. 扩展主机意外终止(加急,求大神帮忙解决) [ 70%]

...]\AppData\Roaming\LayaAirTool 还有这一条可能性,你可以按照\resources\app\extensions\git找到相应的git文件夹,删了》 ------------------ 这些方法都试了,没有用。\resources\app\中没有找到extensions名字的文件,我的IDE版本是1.7.13 附件有错误 附...

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

266. 3d资源释放的问题 [ 70%]

...i:number = arr.length - 1;i>-1;i--){ //根据资源路径获取资源(Resource为材质、贴图、网格等的基类) var resource:Laya.Resource = Laya.loader.getRes(arr[i].url); //资源释放 resource.dispose(); } 检验资源文件是否被释放,可以用Laya.Loader.loadedMap来检测...

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

267. 发布时某些json文件会导致发布失败问题 [ 70%]

...ken '', "{ "list"... is not valid JSON at /D:/H5/LayaAir3/LayaAirIDE/resources/app.asar/game.js:8   Json文件结构为 { "list0": [ ["CommonY","确定"], ["CommonN","取消"] ] } 文件路径为assets\resources\config\cn.json   把这个文件从assets中移除后发布成功 附件 : --> H...

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

268. [laya2.0]3D场景怎么截屏 [ 70%]

...截2D图,3D模型场景截的坐标角度都有问题 let canvas: laya.resource.HTMLCanvas = Laya.stage.drawToCanvas(600, 1000, 0, 0); let tex: laya.resource.Texture = canvas.getTexture(); let sp: Laya.Sprite = new Laya.Sprite(); sp.texture = tex; Laya.stage.addChild(sp); 附件 : --> 2019-10-12 ...

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

269. laya3D导入动画材质在安卓手机和电脑上显示正常,在苹果手机显示异常 [ 70%]

...悟 • 2019-12-16 11:20 class AnimatorDemo { private scene:Laya.Scene3D; resource constructor() { //初始化引擎 Laya3D.init(0, 0); //适配模式 Laya.stage.scaleMode = Laya.Stage.SCALE_FULL; Laya.stage.screenMode = Laya.Stage.SCREEN_NONE; //开启统计信息 Laya.Stat.show(); Laya.stage.frame...

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

270. LayaAirIDE_1.7.9_beta.zip was not found on this server. [ 70%]

... LayaAirIDE 1.7.19.1beta 语言:TS,断点有问题! Failed to load resource: net::ERR_FILE_NOT_FOUND layaAirIde 的导出ui代码的脚本在哪里 layaAirIDE中如何使用wx等微信基础对象,ide版本1.7.19.1beta LayaAirIDE越来越难用了!1.7.18版 LayaAirIDE_beta 1.7.20 beta H5 ...

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