大约有 791 项符合查询结果, 库内数据总量为 31,560 项。 (搜索耗时: 0.0050 秒)
Laya_社区(463) Laya3.0_api(111) Laya3.0_文档(58) Laya_示例(45) Laya2.0_api(42) laya_api(39) Laya2.0_文档(24) Laya2.0_示例(9)
...]\AppData\Roaming\LayaAirTool 还有这一条可能性,你可以按照\resources\app\extensions\git找到相应的git文件夹,删了》 ------------------ 这些方法都试了,没有用。\resources\app\中没有找到extensions名字的文件,我的IDE版本是1.7.13 附件有错误 附...
来源: Laya_社区 发布时间: 20180517
...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
...截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
...悟 • 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
...自定义控件,但是一直报错,再C:\Program Files\LayaAirIDE_beta\resources\app\out\vs\layaEditor\renders\custom放入了ScaleButton.js和ScaleButton.xml,再C:\Program Files\LayaAirIDE_beta\resources\app\out\vs\layaEditor\laya\basics\Custom下也放入了sButton.png 帮忙看看是什么原...
来源: Laya_社区 发布时间: 20181013
...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
...at process.atomBinding (/Users/easonzhou/Downloads/LayaAirIDE.app/Contents/Resources/electron.asar/common/init.js:7:20)\n at Object.<anonymous> (/Users/easonzhou/Downloads/LayaAirIDE.app/Contents/Resources/electron.asar/renderer/init.js:27:22)\n at Module._compile (module.js:413:34)\...
来源: Laya_社区 发布时间: 20170407
...建完毕,此方法只执行一次 */ onAwake(): void { this.skins = ["resources/res/ui/input (1).png", "resources/res/ui/input (2).png", "resources/res/ui/input (3).png", "resources/res/ui/input (4).png"]; Laya.loader.load(this.skins).then( ()=>{ this.onLoadComplete(); } ); } private onLoadCom...
来源: Laya3.0_文档 发布时间: 20251010
...文件格式。 如果想要自定义mesh,可以参考laya.d3.resource.models.BoxMesh,现在laya实现了方体,球体,四边形,平面,圆柱体,胶囊体,都可供你参考! 2017-11-26 0 1 分享 微博 QZONE 微信 sssa2000 赞同来自: 十分感谢您的回复 我们是...
来源: Laya_社区 发布时间: 20171126
LayaAir.exe IDE 资源打包问题 Failed to load resource: net::ERR_FILE_NOT_FOUND [warn]Retry to load: D:/work/LayaAir/GuessGame/bin/h5/ui/bg_prompt.png Failed to load resource: net::ERR_FILE_NOT_FOUND [error]Failed to load: D:/work/LayaAir/GuessGame/bin/h5/ui/bg_prompt.png 2017-02-05 添加评...
来源: Laya_社区 发布时间: 20170205