大约有 606 项符合查询结果, 库内数据总量为 30,779 项。 (搜索耗时: 0.0089 秒)
...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
...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
...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
...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
....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
...= "/" ? 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
...能的配置。下面分别进行说明。 ##### 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
...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
...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
...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