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

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

511. 【简单跑酷--JS版】---Lv.4 添加玩家 [ 42%]

...写法 为什么??? 1、之前我们写的是加载图片 2、这次增加了纹理集的图片 Laya很贴心 有自带这种方式 这里我们用到图集 和 普通图片 1、Laya.Loader.IMAGE 2、Laya.Loader.ATLAS   因此我们的LayaSample.js需要修改一下加载代码如下: //加...

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

512. laya.device.media.Video [ 42%]

...bgl下renderTarget缓存模式缺点:会额外创建renderTarget对象,增加内存开销,缓存面积有最大2048限制,不断重绘时会增加CPU开销。优点:大幅减少drawcall,渲染性能最高。 webgl下命令缓存模式缺点:只会减少节点遍历及命令组织,不...

来源: laya_api 发布时间: 20170929

513. laya.d3.core.light.DirectionLight_API3.0 [ 42%]

... Inherited from Node.addChildren Defined in laya/display/Node.ts:251 批量增加子节点 Parameters Rest ...args: any[] Returns void addComponent addComponent<T>(componentType: {}): T Inherited from Node.addComponent Defined in laya/display/Node.ts:950 添加组件。 Type parameters T: Comp...

来源: Laya3.0_api 发布时间: 20231115

514. Unity插件使用说明(TypeScript-3D基础(TS)-LayaAir3D之3D场景可视化编辑) [ 42%]

...这里的纹理压缩功能,大概会减少显存约75%,但是可能会增加文件的体积,所以这也是一种牺牲资源文件加载体积换取显存占用减少和CPU对于资源解码性能消耗的有损压缩方式。开发者可根据项目需要来选择使用。`该功能属于VI...

来源: Laya2.0_文档 发布时间: 20210714

515. laya.d3.core.MeshTerrainSprite3D_API3.0 [ 42%]

... Inherited from Node.addChildren Defined in laya/display/Node.ts:241 批量增加子节点 Parameters Rest ...args: any[] Returns void addComponent addComponent<T>(componentType: {}): T Inherited from Node.addComponent Defined in laya/display/Node.ts:939 添加组件。 Type parameters T: Comp...

来源: Laya3.0_api 发布时间: 20231102

516. laya.d3.core.MeshSprite3D_API3.0 [ 41%]

... Inherited from Node.addChildren Defined in laya/display/Node.ts:251 批量增加子节点 Parameters Rest ...args: any[] Returns void addComponent addComponent<T>(componentType: {}): T Inherited from Node.addComponent Defined in laya/display/Node.ts:950 添加组件。 Type parameters T: Comp...

来源: Laya3.0_api 发布时间: 20231115

517. laya.d3.core.particleshuriken.ShuriKenParticle3D_API3.0 [ 41%]

... Inherited from Node.addChildren Defined in laya/display/Node.ts:251 批量增加子节点 Parameters Rest ...args: any[] Returns void addComponent addComponent<T>(componentType: {}): T Inherited from Node.addComponent Defined in laya/display/Node.ts:950 添加组件。 Type parameters T: Comp...

来源: Laya3.0_api 发布时间: 20231115

518. laya.d3.core.SkinnedMeshSprite3D_API3.0 [ 41%]

... Inherited from Node.addChildren Defined in laya/display/Node.ts:251 批量增加子节点 Parameters Rest ...args: any[] Returns void addComponent addComponent<T>(componentType: {}): T Inherited from Node.addComponent Defined in laya/display/Node.ts:950 添加组件。 Type parameters T: Comp...

来源: Laya3.0_api 发布时间: 20231115

519. laya.d3.core.trail.TrailSprite3D_API3.0 [ 41%]

... Inherited from Node.addChildren Defined in laya/display/Node.ts:251 批量增加子节点 Parameters Rest ...args: any[] Returns void addComponent addComponent<T>(componentType: {}): T Inherited from Node.addComponent Defined in laya/display/Node.ts:950 添加组件。 Type parameters T: Comp...

来源: Laya3.0_api 发布时间: 20231115

520. 资源加载 · LayaAir3.0文档 · LAYABOX [ 41%]

...类型进行区分。 使用方式与不带类型的基本相同,只是增加load第二个参数:类型标识字符串。 Laya.loader.load(url, type).then((res)=> { //带类型,用于区别无后缀,或同一后缀不同作用的资源。 //例如,图片xxx.png被定义为TextureCube,...

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