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

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

291. [LayaAir3]3.0版本资源销毁后_referenceCount不会变成0,2.0版本是正常的可以变为0 [ 67%]

...eCount不会变成0,2.0版本是正常的可以变为0 Laya.loader.load('resources/UI/role/mxxxx.png', Laya.Loader.IMAGE).then((res: Laya.Texture) => { let sp = new Laya.Sprite(); sp.texture = res; Laya.stage.addChild(sp); setTimeout(() => { sp.destroy() }, 1000); });重现代码如上,代...

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

292. 照相机-多照相机 [ 67%]

... import laya.d3.math.Vector4; import laya.d3.math.Viewport; import laya.d3.resource.TextureCube; import laya.d3.resource.models.Mesh; import laya.d3.resource.models.SkyBox; import laya.display.Stage; import laya.utils.Stat; import common.CameraMoveScript; public class MultiCamera { public function M...

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

293. [LayaAir3]list.selectHandler [ 67%]

...e.trim()){ case "0":{ if(this.btn.selected){ this.btn.skin="resources/ui/目录2.png"; let modelCtrl:ModelCtrl =Laya.stage.getChildByName("Scene3D").getComponent(ModelCtrl) as ModelCtrl; if(modelCtrl!=null){ this.uiCtrl.InitLeftUI(modelCtrl.data.result); } if(this.uiCtr...

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

294. laya.d3.core.material.SkyBoxMaterial [ 66%]

...lasspublic class SkyBoxMaterialInheritanceSkyBoxMaterial BaseMaterial laya.resource.Resource SkyBoxMaterial 类用于实现SkyBoxMaterial材质。 Public Properties Hide Inherited Public Properties Show Inherited Public Properties PropertyDefined By alphaTest : Boolean 获取是否透明裁剪。 ...

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

295. 位图切片组件 · LayaAir3.0文档 · LAYABOX [ 66%]

...下资源来自“引擎API使用示例” private buttonSkin: string = "resources/res/ui/button-7.png"; private clipSkin: string = "resources/res/ui/num0-9.png"; private bgSkin: string = "resources/res/ui/coutDown.png"; counter: any; controller: any; currFrame: any; //组件被激活后执行,此...

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

296. 请问一下图集打包有命令行模式吗? [ 66%]

...下通过命令获得配置文件 "C:\Program Files\LayaAirIDE_版本号\resources\app\out\vs\layaEditor\libs\TP\AtlasGenerator.exe" --init配置完成后执行 "C:\Program Files\LayaAirIDE_版本号\resources\app\out\vs\layaEditor\libs\TP\AtlasGenerator.exe" --config atlasConfig就会按照配置...

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

297. macOS系统运行layaair-cmd resourceVersion报错 [ 66%]

macOS系统运行layaair-cmd resourceVersion报错 环境:macOS 10.13.4 版本:​layaair-cmd resourceVersion 2.2.5   运行layaair-cmd resourceVersion -i ./src/res -o ./src -n 1000 报错,错误如下:   internal/child_process.js:323     throw errnoException(err, 'spawn');     ^   ...

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

298. drawToTexture 绘制函数不工作呢 [ 66%]

...aya.loader.getRes("res/atlas/test.png");         //let texcpy:laya.resource.Texture = Laya.loader.getRes("res/atlas/test.png")         let texcpy:laya.resource.Texture = img.drawToTexture(100,100,0,0);         let copyimg:Laya.Sprite = new Laya.Sprite();         copyi...

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

299. 调试正常但发布后,index.html在浏览器打开出现跨源受限的问题 [ 66%]

... Image from origin 'file://' has been blocked from loading by Cross-Origin Resource Sharing policy: Invalid response. Origin 'null' is therefore not allowed access. laya.core.min.js:6 [warn]Retry to load: E:/laya/layatest/release/layaweb/1.0.0/res/img/image.png index.html:1 Image from origin 'file:/...

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

300. 3D基础显示对象 · LayaAir3.0文档 · LAYABOX [ 66%]

...PhongMaterial = new Laya.BlinnPhongMaterial(); //预加载纹理资源 let resource: string = "resources/layabox.png"; Laya.loader.load(resource).then(() => { //为材质加载纹理 let tex = Laya.Loader.getTexture2D(resource); //设置贴图 boxMaterial.albedoTexture = tex; }); boxRender.shared...

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