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

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

441. laya.utils.Pool_API3.0 [ 79%]

...>(cls: {}): T Defined in laya/utils/Pool.ts:69 根据类型创建对象 Type parameters T Parameters cls: {} 类型 Returns T Static getItem getItem(sign: string): any Defined in laya/utils/Pool.ts:111 根据传入的对象类型标识字符,获取对象池中已存储的此类型的一个对...

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

442. 打包后启动游戏后报错 [ 79%]

...都可以正常运行,打包后才会出现问题 public function send(type:String,url:String,callbackName:String):void { this.type = type; //发送请求 var script:* = Browser.createElement("script"); script.id = "serverlist"; Browser.document.head.appendChild(script); script.src = url; script.t...

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

443. 浏览器接口 · LayaAir3.0文档 · LAYABOX [ 79%]

...点元素的使用方法: /** * 创建浏览器原生节点。 * @param type 节点类型。 * @return 创建的节点对象的引用。 */ static createElement(type: string): any { Browser.__init__(); return Browser._document.createElement(type); } /** * 返回 Document 对象中拥有指定 id ...

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

444. laya.gltf.glTFUtils_API3.0 [ 79%]

...ties Static Extensions Extensions: {} Defined in laya/gltf/glTFUtils.ts:87 Type declaration [name: string]: Handler Static Extras Extras: {} Defined in laya/gltf/glTFUtils.ts:92 保存 extra 处理函数对象 Type declaration [name: string]: {} [name: string]: Handler Methods Static RegisterExtra R...

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

445. List修改datasource数据的时候出现部分数据不能被修改 [ 79%]

...,如下 修改 //加载数据完毕后触发这个方法 GameMain.prototype.onLoad = function () { this.mainUI = new MainUI(); dataSource = ; this.allData = ["深发展A", "南坡A", "铜陵有色", "丰林集团", "泰瑞科技", "贵绳股份", "华谊兄弟", "光洋股份", "南京港", "华...

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

446. laya.d3.core.material.PBRSpecularMaterial_API3.0 [ 79%]

...ity emissionTexture enableEmission gpuMemory id materialRenderMode materialType normalTexture normalTextureScale obsolute occlusionTexture occlusionTextureStrength parallaxTexture parallaxTextureScale referenceCount renderMode shaderData smoothness smoothnessTextureScale specularColor specularTextur...

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

447. wx.canvasToTempFilePath在TS下如何使用啊? [ 79%]

... console.log(res.tempFilePath) } }) 一直报错[ts] The 'this' context of type 'typeof wx' is not assignable to method's 'this' of type 'string'. canvasId也是我乱写的 如果才能正确获取小游戏当前画布的canvasId啊? 2018-11-28 添加评论 免费帖 --> 分享 微博 QZONE 微...

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

448. loader.create如果传入多种类型的资源不会加载关联的资源 [ 79%]

...会加载引用的资源文件?   Laya.loader.create([{url:"Map01.ls","type":Laya.Scene},{url:"model.lh","type":Laya.Sprite3D}])   第二种就只会加载这两个json文件,不会加载引用的资源?需要怎么弄? 附件 : --> 2019-03-05 添加评论 免费帖 --> 分享 微博 QZONE...

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

449. laya.d3.core.material.BlinnPhongMaterial_API3.0 [ 79%]

...turns void effectiveProperty effectiveProperty(): Map<string, ShaderDataType> Inherited from Material.effectiveProperty Defined in laya/d3/core/material/Material.ts:534 get all material uniform property Returns Map<string, ShaderDataType> event event(type: string, data?: any): boolean In...

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

450. laya.d3.core.light.LightSprite [ 79%]

...静态。 Sprite3D layer : int 获取蒙版。 Sprite3D  lightmapBakedType : int 获取灯光烘培类型。 LightSprite  LIGHTMAPBAKEDTYPE_BAKED : int = 2[static] 灯光烘培类型-烘焙。LightSprite  LIGHTMAPBAKEDTYPE_MIXED : int = 1[static] 灯光烘培类型-混合。LightSprite  LIG...

来源: Laya2.0_api 发布时间: 20190513