大约有 2,932 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0067 秒)
Laya_社区(2391) Laya2.0_文档(172) Laya3.0_api(101) Laya_示例(79) Laya2.0_api(55) Laya3.0_文档(52) laya_api(42) Laya2.0_示例(40)
..., 1, 1); var completeHandler = Laya.Handler.create(this, onComplete); Laya.loader.create("../../res/threeDimen/skinModel/dude/dude.lh", completeHandler); function onComplete() { var dude1 = this.scene.addChild(Laya.Sprite3D.load("../../res/threeDimen/skinModel/dude/dude.lh")); dude1.transform.positi...
来源: Laya_示例 发布时间: 20241118
...tlas是放在cdn的,游戏开始的时候会去拉,就是调用的Laya.loader.load去load的,这样load下来的会自动缓存在本地吗? Laya_Aaron • 2018-07-19 20:51 @小伦:拉下来会存 小伦 • 2018-07-19 23:45 那理论上clearRes的时候不会报我上面那个错把 是我...
来源: Laya_社区 发布时间: 20180719
...3.0.9开始纹理对象再次使用,会出现闪烁 // 第一次使用load加载动画则没问题 // 当播放完成动画的时候,判断了一手Laya.loader.getRes是否还存在,不走load加载,直接从loader.getRes获取大纹理对象,则播放会闪烁 // 如果每次都走loa...
来源: Laya_社区 发布时间: 20240116
...lastUseFrameCount : int[read-only] 距离上次使用帧率。 Resource loaded : Boolean[read-only] Resource lock : Boolean是否加锁,true为不能使用自动释放机制。Resource memorySize : int 占用内存尺寸。 Resource name : String 获取名字。 Resource released : ...
来源: laya_api 发布时间: 20170422
... of 404 (Not Found) /Unity/LayaScene_Main/Conventional/Main.ls:1 Failed to load resource: the server responded with a status of 404 (Not Found) 我在ide中调试都没问题,但是发布出来后,打开就报错,开始是跨域问题,我放在服务器上,然后配置了webconfig,然...
来源: Laya_社区 发布时间: 20190312
...ctor3(0, -0.8, -1); directionLight.color = new Laya.Vector3(1, 1, 1); Laya.loader.create("../../res/threeDimen/staticModel/lizardCal/lizardCaclute.lh", Laya.Handler.create(this, onComplete)); function onComplete() { var monster1 = this.scene.addChild(Laya.Sprite3D.load("../../res/threeDimen/staticMo...
来源: Laya_示例 发布时间: 20241118
...at Function.Module._resolveFilename (module.js:470:15) at Function.Module._load (module.js:418:25) at Module.require (module.js:498:17) at require (internal/module.js:20:19) at Object.<anonymous> (C:\Users\Administrator\Desktop\jjj.js:1:85) at Module._compile (module.js:571:32) at Object.Modul...
来源: Laya_社区 发布时间: 20170424
...种开发语言、LayaAirIDE让项目开发更高效。(function() { var Loader = Laya.Loader; var Handler = Laya.Handler; var ROBOT_DATA_PATH = "../../res/skeleton/robot/robot.bin"; var ROBOT_TEXTURE_PATH = "../../res/skeleton/robot/texture.png"; (function() { Laya.init(100, 100); var assets = []; ...
来源: Laya_示例 发布时间: 20241118
...种开发语言、LayaAirIDE让项目开发更高效。(function() { var Loader = Laya.Loader; var Handler = Laya.Handler; var ROBOT_DATA_PATH = "res/skeleton/robot/robot.bin"; var ROBOT_TEXTURE_PATH = "res/skeleton/robot/texture.png"; (function() { Laya.init(100, 100); var assets = []; assets.push(...
来源: Laya2.0_示例 发布时间: 20241118
...别的方法吗 2.0.0编译报错Cannot find global type 'Array' Failed to load resource: net::ERR_FILE_NOT_FOUND 求助大佬们!oppo游戏中3d资源贴图出现Failed to load 编译报错 出错了:FATAL ERROR: CALL_AND_RETRY_LAST Allocation failed - JavaScript heap out of memory 请教专家...
来源: Laya_社区 发布时间: 20171031