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

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

591. laya.d3.core.BaseCamera_API3.0 [ 34%]

...egend Class Class with type parameter Constructor Property Method Accessor Object literal Variable Function Type alias Inherited property Inherited method Inherited accessor Static property Static method Enumeration Interface

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

592. laya.d3.core.Camera_API3.0 [ 30%]

...egend Class Class with type parameter Constructor Property Method Accessor Object literal Variable Function Type alias Inherited property Inherited method Inherited accessor Static property Static method Enumeration Interface

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

593. laya.d3.core.material.PBRMaterial_API3.0 [ 30%]

...Material.ts:1028 克隆。 Returns any 克隆副本。 cloneTo cloneTo(destObject: any): void Inherited from Material.cloneTo Defined in laya/d3/core/material/Material.ts:1016 克隆。 Parameters destObject: any 克隆源。 Returns void destroy destroy(): void Inherited from Resource.destroy Defin...

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

594. laya.d3.webxr.core.WebXRCamera_API3.0 [ 30%]

...yScene drawTextureCubePixelByScene getTexturePixel instantiate load Legend Object literal Variable Function Type alias Inherited constructor Inherited property Inherited method Inherited accessor Class Class with type parameter Method Enumeration Interface

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

595. laya.d3.core.material.PBRStandardMaterial_API3.0 [ 29%]

....ts:105 克隆。 override Returns any 克隆副本。 cloneTo cloneTo(destObject: any): void Inherited from Material.cloneTo Defined in laya/d3/core/material/Material.ts:1016 克隆。 Parameters destObject: any 克隆源。 Returns void destroy destroy(): void Inherited from Resource.destroy Defin...

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

596. LayaAir能做RPG吗?不要问我能不能,因为我已经在做 - 杀意来袭 [ 28%]

...= "/" ? this.mUrl : this.mUrl + "/";             var data: any = new Object();             data.command = request.command;             data.adpter = request.adpter;             data.params = args;             console.log("netconnection call:", url + command, JSON.string...

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

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

...能的配置。下面分别进行说明。 ##### 3.3.4.1 节点设置 GameObject Setting ![img](img/3.3-5.png) ###### 忽略未激活节点 `Ignore Not Active Game Objects` 导出时,当如上图一样,勾选了`Ignore Not Active Game Objects` 之后,将不再导出Unity中未激活的节点...

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

598. laya.utils.Byte_API3.0 [ 25%]

...mEndian Legend Class Class with type parameter Constructor Method Accessor Object literal Variable Function Type alias Static property Static method Enumeration Interface

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

599. 和原生Dom交互 · LayaAir3.0文档 · LAYABOX [ 25%]

...s="http://www.w3.org/2000/svg" width="200" height="200">' + '<foreignObject width="100%" height="100%">' + '<div xmlns="http://www.w3.org/1999/xhtml" style="font-size:40px">' + '<em>I</em> like ' + '<span style="color:white; text-shadow: 0px 1px 0px #999, 0px 2px 0px #8...

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

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

...ar svg = new Blob([data], {type: 'image/svg+xml'}); var url = DOMURL.createObjectURL(svg); img.src = url; img.style.position ="absolute"; img.style.zIndex = 99999 document.body.appendChild(img); ``` 怎么运行上边这段代码呢?打开谷歌浏览器,随便打开一个空白网页,F12,...

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