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

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

851. 和原生Dom交互 · LayaAir3.3 · 引擎文档 · LAYABOX [ 24%]

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

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

852. laya.d3.component.volume.batchvolume.BatchRender_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

853. laya.d3.core.trail.TrailRenderer_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

854. laya.d3.core.pixelline.PixelLineRenderer_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

855. laya.d3.component.volume.batchvolume.StatiVertexMergeBatchRender_API3.0 [ 23%]

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

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

856. laya.d3.core.material.PBRStandardMaterial_API3.0 [ 23%]

...tandardMaterial Defined in laya/d3/core/material/PBRStandardMaterial.ts:29 默认材质,禁止修改 Static renderQuality renderQuality: PBRRenderQuality = PBRRenderQuality.High Inherited from PBRMaterial.renderQuality Defined in laya/d3/core/material/PBRMaterial.ts:123 渲染质量。 Accessors M...

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

857. 2D性能优化 · LayaAir3.3 · 引擎文档 · LAYABOX [ 23%]

...能,cacheAs有”none”,”normal”和”bitmap”三个值可选。 默认为”none”,不做任何缓存。 当值为”normal”时,进行命令缓存。 当值为”bitmap”时,使用renderTarget缓存。这里需要注意的是,webGL下renderTarget缓存模式有2048大小限制...

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

858. laya.d3.physics.constraints.ConfigurableConstraint_API3.0 [ 22%]

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

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

859. laya.d3.core.ui3d.UI3D_API3.0 [ 22%]

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

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

860. LayaAir和原生DOM交互(ActionScript-2D进阶篇(AS3)-扩展模块) [ 21%]

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

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