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

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

231. laya.d3.core.trail.TrailMaterial_API3.0 [ 36%]

...ne clone cloneTo destroy effectiveProperty event getBool getBoolByIndex getBuffer getBufferByIndex getColor getColorByIndex getFloat getFloatByIndex getInt getIntByIndex getMatrix4x4 getMatrix4x4ByIndex getShaderData getShaderDataByIndex getShaderPropertyValue getTexture getTextureByIndex getVector2...

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

232. laya.d3.core.material.SkyBoxMaterial_API3.0 [ 36%]

...ne clone cloneTo destroy effectiveProperty event getBool getBoolByIndex getBuffer getBufferByIndex getColor getColorByIndex getFloat getFloatByIndex getInt getIntByIndex getMatrix4x4 getMatrix4x4ByIndex getShaderData getShaderDataByIndex getShaderPropertyValue getTexture getTextureByIndex getVector2...

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

233. 只要引入protobuf就会导致连接网络失败 [ 36%]

... 那你就找找 有木有 settings 链接的一个json文件 里面有个buffer:256K,改成512 还有一个地方,有个updateseting选项,设置为enable 150*****705 • 2018-02-05 17:59 @taofljf:233333 找了半天没找到 我就去下了个安卓2.3版本 也没找到上面的选项和这...

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

234. laya.d3.core.material.SkyPanoramicMaterial_API3.0 [ 36%]

...ne clone cloneTo destroy effectiveProperty event getBool getBoolByIndex getBuffer getBufferByIndex getColor getColorByIndex getFloat getFloatByIndex getInt getIntByIndex getMatrix4x4 getMatrix4x4ByIndex getShaderData getShaderDataByIndex getShaderPropertyValue getTexture getTextureByIndex getVector2...

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

235. laya.d3.core.material.WaterPrimaryMaterial_API3.0 [ 36%]

...ne clone cloneTo destroy effectiveProperty event getBool getBoolByIndex getBuffer getBufferByIndex getColor getColorByIndex getFloat getFloatByIndex getInt getIntByIndex getMatrix4x4 getMatrix4x4ByIndex getShaderData getShaderDataByIndex getShaderPropertyValue getTexture getTextureByIndex getVector2...

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

236. laya.d3.core.material.SkyProceduralMaterial_API3.0 [ 36%]

...ne clone cloneTo destroy effectiveProperty event getBool getBoolByIndex getBuffer getBufferByIndex getColor getColorByIndex getFloat getFloatByIndex getInt getIntByIndex getMatrix4x4 getMatrix4x4ByIndex getShaderData getShaderDataByIndex getShaderPropertyValue getTexture getTextureByIndex getVector2...

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

237. laya.d3.core.material.UnlitMaterial_API3.0 [ 36%]

...ne clone cloneTo destroy effectiveProperty event getBool getBoolByIndex getBuffer getBufferByIndex getColor getColorByIndex getFloat getFloatByIndex getInt getIntByIndex getMatrix4x4 getMatrix4x4ByIndex getShaderData getShaderDataByIndex getShaderPropertyValue getTexture getTextureByIndex getVector2...

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

238. laya.d3.core.material.ExtendTerrainMaterial_API3.0 [ 35%]

...ne clone cloneTo destroy effectiveProperty event getBool getBoolByIndex getBuffer getBufferByIndex getColor getColorByIndex getFloat getFloatByIndex getInt getIntByIndex getMatrix4x4 getMatrix4x4ByIndex getShaderData getShaderDataByIndex getShaderPropertyValue getTexture getTextureByIndex getVector2...

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

239. laya.d3.core.particleshuriken.ShurikenParticleMaterial_API3.0 [ 35%]

...ne clone cloneTo destroy effectiveProperty event getBool getBoolByIndex getBuffer getBufferByIndex getColor getColorByIndex getFloat getFloatByIndex getInt getIntByIndex getMatrix4x4 getMatrix4x4ByIndex getShaderData getShaderDataByIndex getShaderPropertyValue getTexture getTextureByIndex getVector2...

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

240. 二进制图片(JavaScript-2D进阶篇(JS)-游戏加载策略) [ 35%]

...t(); xhr.open("get", "res/atlas/comp.png", true); xhr.responseType = "arraybuffer"; xhr.onload = function () { if (this.status == 200) { var blob = new Blob([this.response], { type: "image/png" }); var img = document.createElement("img"); img.onload = function (e) { window.URL.revokeObjectURL(img.sr...

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