大约有 623 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0101 秒)
....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  ###### 忽略未激活节点 `Ignore Not Active Game Objects` 导出时,当如上图一样,勾选了`Ignore Not Active Game Objects` 之后,将不再导出Unity中未激活的节点...
来源: Laya2.0_文档 发布时间: 20210714
...、合并相同材质参数、尽量批次共享、使用实例化将 per-object 数据打包上传。 8. Other Game Count/Time(其他对象数量/耗时) 使用指南 这一组用于回答“场景规模有多大、对象有多少、动画/骨骼/粒子更新是否变重”。 当你不知道...
来源: Laya3.0_文档 发布时间: 20260128
...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_文档 发布时间: 20251010
...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
...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_文档 发布时间: 20210715
...thods | Constants Packagelaya.utilsClasspublic class ByteInheritanceByte Object Byte 类提供用于优化读取、写入以及处理二进制数据的方法和属性。 Byte 类适用于需要在字节层访问数据的高级开发人员。 Public Properties PropertyDefined By buffer : ArrayB...
来源: Laya2.0_api 发布时间: 20190513
...thods | Constants Packagelaya.utilsClasspublic class ByteInheritanceByte Object Byte 类提供用于优化读取、写入以及处理二进制数据的方法和属性。 注意: Byte 类适用于需要在字节层访问数据的高级开发人员。 Public Properties PropertyDefined By buffe...
来源: laya_api 发布时间: 20170929