大约有 4,374 项符合查询结果, 库内数据总量为 30,782 项。 (搜索耗时: 0.0084 秒)
Laya_社区(3568) Laya2.0_文档(255) Laya_示例(157) Laya3.0_api(132) Laya2.0_示例(119) Laya3.0_文档(99) Laya2.0_api(23) laya_api(21)
...接 提交 1 个回复 cuixueying 赞同来自: Laya.loader.load是针对2D的预加载接口,Laya.loader.create是3D的接口,请根据你的具体项目需求选择正确的方式! 2017-05-18 0 2 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题请先登录 ...
来源: Laya_社区 发布时间: 20170518
... [16:31:30] Working directory changed to E:\work\svn\layacore\code\TestLive2d\.laya [16:31:31] Using gulpfile E:\work\svn\layacore\code\TestLive2d\.laya\compile.js C:\Users\Administrator\AppData\Roaming\npm\node_modules\layaair2-cmd\node_mo dules\_gulp@3.9.1@gulp\bin\gulp.js:129 gulpInst.st...
来源: Laya_社区 发布时间: 20200509
...eTextureInheritanceBaseTexture laya.resource.ResourceSubclasses DataTexture2D, RenderTexture, SolidColorTexture2D, SolidColorTextureCube, Texture2D, TextureCube BaseTexture 纹理的父类,抽象类,不允许实例。 Public Properties PropertyDefined By defaulteTexture : BaseTexture[read-on...
来源: laya_api 发布时间: 20170929
# 内存优化方式 ### 1、通过对象池优化内存 对象池优化是游戏开发中非常重要的优化方式,也是影响游戏性能的重要因素之一。 在游戏中有许多对象在不停的创建与移除,比如角色攻击子弹、特效的创建与移除,NPC的被消灭与...
来源: Laya2.0_文档 发布时间: 20210715
# 减少CPU使用量 ### **一、减少动态属性查找** JavaScript中任何对象都是动态的,你可以任意地添加属性。然而,在大量的属性里查找某属性可能很耗时。如果需要频繁使用某个属性值,可以使用局部变量来保存它: ```javascript priva...
来源: Laya2.0_文档 发布时间: 20210715
...店、LayaPlayer运行器。核心引擎LayaAir性能全球领先,支持2D、3D、VR开发,支持AS3、JavaScript、TypeScript三种开发语言、LayaAirIDE让项目开发更高效。Laya3D.init(0, 0, true); Laya.stage.scaleMode = Laya.Stage.SCALE_FULL; Laya.stage.screenMode = Laya.Stage.SCREEN...
来源: Laya_示例 发布时间: 20241120
...建一个 HeightMap 实例。 HeightMap createFromImage(texture:Texture2D, minHeight:Number, maxHeight:Number):HeightMap[static] 从图片生成高度图。 HeightMap creatFromMesh(mesh:Mesh, width:int, height:int, outCellSize:Vector2):HeightMap[static] 从网格精灵生成高度图。 Height...
来源: laya_api 发布时间: 20170929
...建一个 HeightMap 实例。 HeightMap createFromImage(texture:Texture2D, minHeight:Number, maxHeight:Number):HeightMap[static] 从图片生成高度图。 HeightMap creatFromMesh(mesh:Mesh, width:int, height:int, outCellSize:Vector2):HeightMap[static] 从网格精灵生成高度图。 Height...
来源: Laya2.0_api 发布时间: 20190513
... planeMat = new Laya.BlinnPhongMaterial(); Laya.Texture2D.load("res/grass.png", Laya.Handler.create(this, function (tex: Laya.Texture2D): void { planeMat.albedoTexture = tex; })); //设置纹理平铺和偏移 ...
来源: Laya_社区 发布时间: 20201120
...r http://localhost:18090/resources/chest_bg.png (4) [6, Texture, 7, Texture2D] loader http://localhost:18090/atlas/comp/img_bg.png (4) [6, Texture, 7, Texture2D] close --------------------------------gc 6000----------------------------------- loader http://localhost:18090/resources/chest_bg.png (2) ...
来源: Laya_社区 发布时间: 20240109