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

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

121. 单选框组容器组件 · LayaAir3.3 · 引擎文档 · LAYABOX [ 37%]

...res/ui/radioButton (2).png", "resources/res/ui/radioButton (3).png"]; Laya.loader.load(this.skins).then(() => { this.onLoadComplete(); }); } private onLoadComplete(e: any = null): void { for (let i: number = 0; i < this.skins.length; ++i) { let rg: Laya.RadioGroup = this.createRadioGroup(this....

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

122. laya.d3.core.material.SkyPanoramicMaterial_API3.0 [ 37%]

...tor3 setVector3ByIndex setVector4 setVector4ByIndex destroyUnusedResources load Constructors constructor new SkyPanoramicMaterial(): SkyPanoramicMaterial Overrides Material.constructor Defined in laya/d3/core/material/SkyPanoramicMaterial.ts:73 创建一个 SkyPanoramicMaterial 实例。 Returns Sky...

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

123. 3D场景环境设置 · LayaAir3.3 · 引擎文档 · LAYABOX [ 37%]

...erer = this.scene.skyRenderer; //加载相机天空盒材质 Laya.Material.load("sky2.lmat", Laya.Handler.create(null, function(mat: any) { //修改天空盒渲染器的天空盒材质 skyRenderer.material = mat; })); 2.3 IDE中创建天空盒 2.3.1 更改IDE默认的球形天空盒 当我们用IDE...

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

124. 网络通信 · LayaAir3文档 · LAYABOX [ 37%]

...,包含一个状态码和原因短语 (例如 “200 OK“)。 只读 upload XMLHttpRequestUpload 可以在 upload 上添加一个事件监听来跟踪上传过程。 withCredentials boolean 表明在进行跨站(cross-site)的访问控制(Access-Control)请求时,是否使用认证信息(例如...

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

125. laya.d3.core.pixelline.PixelLineSprite3D_API3.0 [ 37%]

...ceChild runCallLater setChildIndex setLine timerLoop timerOnce instantiate load Constructors constructor new PixelLineSprite3D(maxCount?: number, name?: string): PixelLineSprite3D Overrides RenderableSprite3D.constructor Defined in laya/d3/core/pixelLine/PixelLineSprite3D.ts:45 创建一个 PixelLin...

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

126. laya.d3.core.MeshTerrainSprite3D [ 37%]

...系列的静态处理。Sprite3D layer : Layer 获取蒙版。 Sprite3D loaded : Boolean[read-only] 获取是否已加载完成。 Sprite3D meshFilter : MeshFilter[read-only] 获取网格过滤器。 MeshSprite3D meshRender : MeshRender[read-only] 获取网格渲染器。 MeshSprite3D  minX : ...

来源: laya_api 发布时间: 20170929

127. laya.d3.core.material.WaterPrimaryMaterial_API3.0 [ 37%]

...tor3 setVector3ByIndex setVector4 setVector4ByIndex destroyUnusedResources load Constructors constructor new WaterPrimaryMaterial(): WaterPrimaryMaterial Overrides Material.constructor Defined in laya/d3/core/material/WaterPrimaryMaterial.ts:98 Returns WaterPrimaryMaterial Properties _id _id: number...

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

128. laya.d3.core.material.SkyProceduralMaterial_API3.0 [ 37%]

...tor3 setVector3ByIndex setVector4 setVector4ByIndex destroyUnusedResources load Constructors constructor new SkyProceduralMaterial(): SkyProceduralMaterial Overrides Material.constructor Defined in laya/d3/core/material/SkyProceduralMaterial.ts:151 创建一个 SkyProceduralMaterial 实例。 Return...

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

129. laya.d3.core.material.UnlitMaterial_API3.0 [ 37%]

...tor3 setVector3ByIndex setVector4 setVector4ByIndex destroyUnusedResources load Constructors constructor new UnlitMaterial(): UnlitMaterial Overrides Material.constructor Defined in laya/d3/core/material/UnlitMaterial.ts:103 Returns UnlitMaterial Properties _id _id: number = 0 Inherited from Resourc...

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

130. 按钮组件 · LayaAir3.3 · 引擎文档 · LAYABOX [ 36%]

...G * (this.skins.length / this.COLUMNS - 1) - this.BUTTON_HEIGHT) / 2; Laya.loader.load(this.skins).then(() => { this.onUIAssetsLoaded(); }); } private onUIAssetsLoaded(e: any = null): void { for (var i: number = 0, len: number = this.skins.length; i < len; ++i) { var btn: Laya.Button = this.cr...

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