大约有 152 项符合查询结果, 库内数据总量为 31,560 项。 (搜索耗时: 0.0034 秒)
Layabox是免费开源的HTML5引擎解决方案,产品家族中包括LayaAir引擎、LayaFlash引擎、LayaOpen开放平台、LayaMarket SDK、LayaStore嵌入式游戏商店、LayaPlayer运行器。核心引擎LayaAir性能全球领先,支持2D、3D、VR开发,支持AS3、JavaScript、TypeScr...
来源: Laya_示例 发布时间: 20251130
...放 注意2D适配模式的影响。([demo地址](https://layaair2.ldc2.layabox.com/demo2/?language=ch&category=3d&group=Advance&name=Secne3DPlayer2D)) ```typescript //变换位置 this._position.x = Math.sin(this.scaleDelta += 0.01) * 2; this._position.z = Math.cos(this.scaleDelta += 0.01) * 2;...
来源: Laya2.0_文档 发布时间: 20210714
...放 注意2D适配模式的影响。([demo地址](https://layaair2.ldc2.layabox.com/demo2/?language=ch&category=3d&group=Advance&name=Secne3DPlayer2D)) ```typescript //变换位置 this._position.x = Math.sin(this.scaleDelta += 0.01) * 2; this._position.z = Math.cos(this.scaleDelta += 0.01) * 2;...
来源: Laya2.0_文档 发布时间: 20210715
...放 注意2D适配模式的影响。([demo地址](https://layaair2.ldc2.layabox.com/demo2/?language=ch&category=3d&group=Advance&name=Secne3DPlayer2D)) ```typescript //变换位置 this._position.x = Math.sin(this.scaleDelta += 0.01) * 2; this._position.z = Math.cos(this.scaleDelta += 0.01) * 2;...
来源: Laya2.0_文档 发布时间: 20210715
Layabox是免费开源的HTML5引擎解决方案,产品家族中包括LayaAir引擎、LayaFlash引擎、LayaOpen开放平台、LayaMarket SDK、LayaStore嵌入式游戏商店、LayaPlayer运行器。核心引擎LayaAir性能全球领先,支持2D、3D、VR开发,支持AS3、JavaScript、TypeScr...
来源: Laya_示例 发布时间: 20251130
...aterial:BlinnPhongMaterial = new BlinnPhongMaterial(); Texture2D.load("res/layabox.png", Handler.create(null, function(tex:Texture2D):void { material.albedoTexture = tex; })); box.meshRenderer.material = material; ``` #####
来源: Laya2.0_文档 发布时间: 20210714
...innPhongMaterial = new Laya.BlinnPhongMaterial(); Laya.Texture2D.load("res/layabox.png", Laya.Handler.create(null, function(tex:Laya.Texture2D) { material.albedoTexture = tex; })); box.meshRenderer.material = material; ``` #####
来源: Laya2.0_文档 发布时间: 20210714
...terial=new StandardMaterial(); material.diffuseTexture=Texture2D.load("res/layabox.png"); box.meshRender.material=material; box.addComponent(SpriteMoveScript); SpriteStat.show(box, 200, 50); //添加场景地板 var floor:MeshSprite3D=scene.addChild(new MeshSprite3D(new QuadMesh(100, 100))) as MeshS...
来源: Laya_社区 发布时间: 20170331
Layabox是免费开源的HTML5引擎解决方案,产品家族中包括LayaAir引擎、LayaFlash引擎、LayaOpen开放平台、LayaMarket SDK、LayaStore嵌入式游戏商店、LayaPlayer运行器。核心引擎LayaAir性能全球领先,支持2D、3D、VR开发,支持AS3、JavaScript、TypeScr...
来源: Laya_示例 发布时间: 20251130
...CommandBuffer都会永久增加10Gpu,removed掉相机事件也不会减少 layabox3D用unity3D导出的场景文件为什么不能加相机控制,怎么加都不管用 as3.0下3D引擎中通过滑动控制camera的问题 两个面板发布生成的ui代码在同一个文件类中。 关于2D开发...
来源: Laya_社区 发布时间: 20180425