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

大约有 861 项符合查询结果, 库内数据总量为 31,671 项。 (搜索耗时: 0.0059 秒)

841. laya.d3.core.material.BlinnPhongMaterial_API3.0 [ 26%]

...innPhongMaterial Defined in laya/d3/core/material/BlinnPhongMaterial.ts:66 默认材质,禁止修改 Accessors MaterialDefine get MaterialDefine(): Array<string> Inherited from Material.MaterialDefine Defined in laya/d3/core/material/Material.ts:373 获得材质宏 Returns Array<string&gt...

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

842. laya.d3.component.hlod.HLODRender_API3.0 [ 26%]

...t.onReset Defined in laya/components/Component.ts:270 重置组件参数默认值,如果实现了这个函数,则组件会被重置并且自动回收到对象池,方便下次复用 如果没有重置,则不进行回收复用 Returns void Optional onStart onStart(): void Inherited from Com...

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

843. 3D概念入门 · LayaAir3.3 · 引擎文档 · LAYABOX [ 25%]

...的成相效果,分为透视和正交两种。LayaAir引擎的3D摄像机默认是透视模式,这是一种模拟了人眼的视觉效果,如图1-3所示,近大远小。 (图1-3) 正交则没有透视感,常用于一些2D与3D混合的游戏或模型查看器等。 (图1-4) 二、...

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

844. laya.d3.core.SkinnedMeshRenderer_API3.0 [ 25%]

...t.onReset Defined in laya/components/Component.ts:270 重置组件参数默认值,如果实现了这个函数,则组件会被重置并且自动回收到对象池,方便下次复用 如果没有重置,则不进行回收复用 Returns void Optional onStart onStart(): void Inherited from Com...

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

845. laya.d3.component.staticmesh.StaticBatchMeshRender_API3.0 [ 25%]

...t.onReset Defined in laya/components/Component.ts:270 重置组件参数默认值,如果实现了这个函数,则组件会被重置并且自动回收到对象池,方便下次复用 如果没有重置,则不进行回收复用 Returns void Optional onStart onStart(): void Inherited from Com...

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

846. laya.d3.core.particleshuriken.ShurikenParticleRenderer_API3.0 [ 25%]

...t.onReset Defined in laya/components/Component.ts:270 重置组件参数默认值,如果实现了这个函数,则组件会被重置并且自动回收到对象池,方便下次复用 如果没有重置,则不进行回收复用 Returns void Optional onStart onStart(): void Inherited from Com...

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

847. laya.d3.core.SimpleSkinnedMeshRenderer_API3.0 [ 25%]

...t.onReset Defined in laya/components/Component.ts:270 重置组件参数默认值,如果实现了这个函数,则组件会被重置并且自动回收到对象池,方便下次复用 如果没有重置,则不进行回收复用 Returns void Optional onStart onStart(): void Inherited from Com...

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

848. laya.d3.component.volume.batchvolume.StaticInstanceBatchRender_API3.0 [ 25%]

...t.onReset Defined in laya/components/Component.ts:270 重置组件参数默认值,如果实现了这个函数,则组件会被重置并且自动回收到对象池,方便下次复用 如果没有重置,则不进行回收复用 Returns void Optional onStart onStart(): void Inherited from Com...

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

849. laya.d3.physics.CharacterController_API3.0 [ 24%]

...t.onReset Defined in laya/components/Component.ts:270 重置组件参数默认值,如果实现了这个函数,则组件会被重置并且自动回收到对象池,方便下次复用 如果没有重置,则不进行回收复用 Returns void Optional onStart onStart(): void Inherited from Com...

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

850. LayaAir和原生DOM交互(JavaScript-2D进阶篇(JS)-扩展模块) [ 24%]

... true, video: { facingMode: { exact: "environment" }, // 后置摄像头,默认值就是,不设至也可以。 width: Laya.stage.width, height: Laya.stage.height } }; Laya.Media.getMedia(options, Laya.Handler.create(this, onSuccess), Laya.Handler.create(this, onError)); } function showMessage() ...

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