大约有 861 项符合查询结果, 库内数据总量为 31,671 项。 (搜索耗时: 0.0059 秒)
...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>...
来源: Laya3.0_api 发布时间: 20231115
...t.onReset Defined in laya/components/Component.ts:270 重置组件参数到默认值,如果实现了这个函数,则组件会被重置并且自动回收到对象池,方便下次复用 如果没有重置,则不进行回收复用 Returns void Optional onStart onStart(): void Inherited from Com...
来源: Laya3.0_api 发布时间: 20231115
...的成相效果,分为透视和正交两种。LayaAir引擎的3D摄像机默认是透视模式,这是一种模拟了人眼的视觉效果,如图1-3所示,近大远小。 (图1-3) 正交则没有透视感,常用于一些2D与3D混合的游戏或模型查看器等。 (图1-4) 二、...
来源: Laya3.0_文档 发布时间: 20251010
...t.onReset Defined in laya/components/Component.ts:270 重置组件参数到默认值,如果实现了这个函数,则组件会被重置并且自动回收到对象池,方便下次复用 如果没有重置,则不进行回收复用 Returns void Optional onStart onStart(): void Inherited from Com...
来源: Laya3.0_api 发布时间: 20231115
...t.onReset Defined in laya/components/Component.ts:270 重置组件参数到默认值,如果实现了这个函数,则组件会被重置并且自动回收到对象池,方便下次复用 如果没有重置,则不进行回收复用 Returns void Optional onStart onStart(): void Inherited from Com...
来源: Laya3.0_api 发布时间: 20231115
...t.onReset Defined in laya/components/Component.ts:270 重置组件参数到默认值,如果实现了这个函数,则组件会被重置并且自动回收到对象池,方便下次复用 如果没有重置,则不进行回收复用 Returns void Optional onStart onStart(): void Inherited from Com...
来源: Laya3.0_api 发布时间: 20231115
...t.onReset Defined in laya/components/Component.ts:270 重置组件参数到默认值,如果实现了这个函数,则组件会被重置并且自动回收到对象池,方便下次复用 如果没有重置,则不进行回收复用 Returns void Optional onStart onStart(): void Inherited from Com...
来源: Laya3.0_api 发布时间: 20231115
...t.onReset Defined in laya/components/Component.ts:270 重置组件参数到默认值,如果实现了这个函数,则组件会被重置并且自动回收到对象池,方便下次复用 如果没有重置,则不进行回收复用 Returns void Optional onStart onStart(): void Inherited from Com...
来源: Laya3.0_api 发布时间: 20231115
...t.onReset Defined in laya/components/Component.ts:270 重置组件参数到默认值,如果实现了这个函数,则组件会被重置并且自动回收到对象池,方便下次复用 如果没有重置,则不进行回收复用 Returns void Optional onStart onStart(): void Inherited from Com...
来源: Laya3.0_api 发布时间: 20231115
... 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