大约有 842 项符合查询结果, 库内数据总量为 31,580 项。 (搜索耗时: 0.0046 秒)
Laya_社区(496) Laya3.0_api(111) Laya3.0_文档(70) Laya_示例(45) Laya2.0_api(42) laya_api(39) Laya2.0_文档(30) Laya2.0_示例(9)
...步 找到IDE目录下的TypeScript配置文件 路径:LayaAirIDE_beta\resources\app\extensions\typescript\package.json 找到扩展名配置 增加.as 让IDE 认为as 是 TypeScript 第二步 在用户设置中 增加配置: "typescript.validate.enable": false 关闭TypeScript语法验证 ...
来源: Laya_社区 发布时间: 20171129
... //预加载所有资源 var resource = [{url: "Box/LayaScene_JJF/Conventional/JJF.lh"}]; Laya.loader.create(resource, Laya.Handler.create(this, this.onComplete)); } onComplete(){ //创建场景 var scene = Laya.stage.addC...
来源: Laya_社区 发布时间: 20190605
...骨动画出报错Uncaught getUint16 error - Out of bounds Failed to load resource: net::ERR_FILE_NOT_FOUND 问题状态 最新活动: 2018-06-16 15:13 浏览: 1238 关注: 1 人
来源: Laya_社区 发布时间: 20180616
...port laya.d3.core.scene.Scene; import laya.d3.math.Vector3; import laya.d3.resource.Texture2D; import laya.d3.resource.models.Mesh; import laya.display.Stage; import laya.events.Event; import laya.utils.Handler; import laya.utils.Stat; public class BlinnPhong_NormalMap { private var scene:Scene; pri...
来源: Laya_示例 发布时间: 20251209
...显示 len = 2; //如果添加2个,就都无法显示 Laya.loader.load("resources/hongdian.sk").then((templet: Laya.Templet) => { for (let i = 1; i <= len; i++) { let sk = templet.buildArmature(0); sk.pos(100 * i, 100 * i); sk.play(0, true); this.owner.addChild(sk); } }); 附件 : --> demo.z...
来源: Laya_社区 发布时间: 20251203
...st:fail invalid url" 可以在原生video上添加遮罩吗 Failed to load resource: net::ERR_FILE_NOT_FOUND Laya API video / laya.device.media 是否支持 WebRTC 影音直播 关于页面访问 url 带参 疑问 ? layaAir 运行了url地址会停止当前运行 微信开发者工具播放音效...
来源: Laya_社区 发布时间: 20171031
...思路,运行时log 内存500M多,IPhone6还是卡死 Failed to load resource: net::ERR_FILE_NOT_FOUND 1.7.19.1 beta 背景音乐在舞台失焦和静音状态下可能导致的无法播放的异常问题! Laya2.6.1 beta 场景模式为 加载模式 清理并导出之后 bin目录下没有生...
来源: Laya_社区 发布时间: 20170918
...e; import laya.display.Stage; import laya.filters.ColorFilter; import laya.resource.Texture; import laya.utils.Browser; import laya.utils.Handler; import laya.webgl.WebGL; public class Main { private const ApePath:String = "res/img/monkey1.png"; private var apeTexture:Texture; public function Main()...
来源: Laya2.0_文档 发布时间: 20210715
...报错 Uncaught Can not find scene:GameView.scene undefined Failed to load resource: net::ERR_FILE_NOT_FOUND 加载龙骨动画出报错Uncaught getUint16 error - Out of bounds 鼠标自定义样式官方有支持吗,Laya.Mouse.hide()会报Uncaught TypeError: Cannot read property 'cursor' of undef...
来源: Laya_社区 发布时间: 20190905
...ip from "../node_modules/jszip/dist/jszip"使用代码为: let zipUrl = "resources/files/config.zip"; Laya.loader.load([{ url: zipUrl, type: Laya.Loader.BUFFER }], null, Laya.Handler.create(this, this.onLoadCfg, null, false)).then( (value) => { ...
来源: Laya_社区 发布时间: 20230208