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

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

281. 使用LAYA IDE1.7.10版本发布失败 [ 68%]

...到IDE的目录下:C:\Users\Administrator\Desktop\LayaAirIDE_1.7.10_beta\resources\app 打开命令行工具cmd,输入npm install jsonc-parser下载一个文件,然后重启IDE试下!   命令行显示大概是: C:\Users\Administrator\Desktop\LayaAirIDE_1.7.10_beta\resources\app>npm in...

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

282. 我二进制资源load之后,为什么通过getRes获取不到。 [ 67%]

...omplete方法中通过getRes方法获取不到。部分代码如下: var resources = [ { url: "res/atlas/images/guide.atlas", type: Laya.Loader.ATLAS }, { url: "config/data.txt", type: Laya.Loader.BUFFER }]; Laya.loader.load(resources, Handler.create(this, this.onComplete), Handler.create(this, th...

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

283. Laya2.0自定义的组件引用问题 [ 67%]

... 3 个回复 kylin 赞同来自: 替换下IDE目录中的这两个文件: resources\app\out\vs\layaEditor\h5\layabuilder.max.js resources\app\out\vs\layaEditor\renders\laya.editorUI.xml     因为这个版本已经封板了,修复版本可能会在9月份或者10月份了 Desktop.zip 2020-08-05 ...

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

284. 自定义shader-简单shader [ 67%]

...mport laya.d3.math.Quaternion; import laya.d3.math.Vector3; import laya.d3.resource.Texture2D; import laya.d3.resource.models.CapsuleMesh; import laya.d3.resource.models.Mesh; import laya.d3.resource.models.SphereMesh; import laya.d3.shader.Shader3D; import laya.d3.shader.ShaderCompile3D; import lay...

来源: Laya_示例 发布时间: 20241118

285. Laya.loader.create 不会反馈失败状态跟描述不符合 [ 67%]

Laya.loader.create 不会反馈失败状态跟描述不符合 var resource:Array<string> = ["scene/Conventional/scene2.ls"] Laya.loader.create(resource, Laya.Handler.create(this, (success:boolean) => { console.log("3d加载完毕:" + success); }),Laya.Handler.create(this, (progress: number...

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

286. laya.d3.terrain.TerrainRes [ 67%]

...ckagelaya.d3.terrainClasspublic class TerrainResInheritanceTerrainRes laya.resource.Resource TerrainRes 类用于描述地形信息。 Public Properties PropertyDefined By  _alphaMaps : Vector.<String>TerrainRes  _cameraCoordinateInverse : BooleanTerrainRes  _chunkInfos : Vector.<Chu...

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

287. 音频节点 · LayaAir3.0文档 · LAYABOX [ 67%]

...毕,此方法只执行一次 */ onAwake(): void { this.sound.source = "resources/sound.wav"; //音频路径 this.sound.loop = 0; //循环次数设置,要放在autoPlay参数设置前 this.sound.autoPlay = true; //自动播放 this.sound.isMusic = false; //是否为背景音乐 } } 2.代码创建...

来源: Laya3.0_文档 发布时间: 20241014

288. image.drawToCanvas方法获取的一直是空的png [ 67%]

...ckage { import laya.display.Sprite; import laya.display.Stage; import laya.resource.HTMLCanvas; import laya.resource.Texture; import laya.ui.Image; import laya.utils.Handler; import laya.webgl.WebGL; public class LayaAirDemo { private var img:Image; public function LayaAirDemo() { Laya.init(800, 600...

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

289. Unity5.5用LayaUnityPlugin 0.55导出模型 [ 67%]

...(new Laya.MeshSprite3D(Laya.Mesh.load("3d/LayaScene_/Library/unity default resources-Cube.lm"))); var skinMesh1 = rootSkinMesh.addChild(new Laya.MeshSprite3D(Laya.Mesh.load("3d/LayaScene_/Library/unity default resources-Sphere.lm"))); LayaScene_.zip 2017-02-23 0 0 分享 微博 QZONE 微信 183*****...

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

290. Native iOS 使用系统默认字体 [ 67%]

... "Apple Chancery"; web 版本有效,native 无效 3、删除原生项目 resource/font 目录下的字体文件,测试发现最终执行到 resource/scripts 目录下 index.js 中的方法  initFreeType()bRet = conch.initFreeTypeDefaultFontFromFile("");运行时只会从系统字体库里面找...

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