大约有 185 项符合查询结果, 库内数据总量为 30,779 项。 (搜索耗时: 0.0062 秒)
...1; CustomMaterial.prototype.getDiffuseTexture = function () { return this._getTexture(CustomMaterial.DIFFUSETEXTURE); } CustomMaterial.prototype.setDiffuseTexture = function (value) { this._setTexture(CustomMaterial.DIFFUSETEXTURE,value); } 2017-05-26 1 0 分享 微博 QZONE 微信 ebaww ...
来源: Laya_社区 发布时间: 20170524
...Matrix4x4ByIndex getShaderData getShaderDataByIndex getShaderPropertyValue getTexture getTextureByIndex getVector2 getVector2ByIndex getVector3 getVector3ByIndex getVector4 getVector4ByIndex hasDefine hasListener isCreateFromURL off offAll offAllCaller oldparseEndEvent on once removeDefine setBool s...
来源: Laya3.0_api 发布时间: 20231102
...Matrix4x4ByIndex getShaderData getShaderDataByIndex getShaderPropertyValue getTexture getTextureByIndex getVector2 getVector2ByIndex getVector3 getVector3ByIndex getVector4 getVector4ByIndex hasDefine hasListener isCreateFromURL off offAll offAllCaller oldparseEndEvent on once removeDefine setBool s...
来源: Laya3.0_api 发布时间: 20231115
...yData){ var tName=this.currDisplayData.name; this.currTexture=this.templet.getTexture(tName); if (this.currTexture && Render.isWebGL && this.currDisplayData.type==0 && this.currDisplayData.uvs){ this.currTexture=this.currDisplayData.createTexture(this.currTexture); } } }else ...
来源: Laya_社区 发布时间: 20180106
...Matrix4x4ByIndex getShaderData getShaderDataByIndex getShaderPropertyValue getTexture getTextureByIndex getVector2 getVector2ByIndex getVector3 getVector3ByIndex getVector4 getVector4ByIndex hasDefine hasListener isCreateFromURL off offAll offAllCaller oldparseEndEvent on once removeDefine setBool s...
来源: Laya3.0_api 发布时间: 20231115
... } var tTileTexSet = this._map.getTexture(tMapdataIndex); if (tTileTexSet) { var tX = 0; var tY = 0; ...
来源: Laya_社区 发布时间: 20220627
...Matrix4x4ByIndex getShaderData getShaderDataByIndex getShaderPropertyValue getTexture getTextureByIndex getVector2 getVector2ByIndex getVector3 getVector3ByIndex getVector4 getVector4ByIndex hasDefine hasListener isCreateFromURL off offAll offAllCaller oldparseEndEvent on once removeDefine setBool s...
来源: Laya3.0_api 发布时间: 20231115
...eturn 漫反射贴图。 */ get albedoTexture(){ return this._shaderValues.getTexture(MultiplePassOutlineMaterial.ALBEDOTEXTURE); } /** * 设置漫反射贴图。 * @param value 漫反射贴图。 */ set albedoTexture(value) { if (value) this._defineDatas.add(MultiplePassOutlineMaterial.SHADERDEFINE...
来源: Laya2.0_文档 发布时间: 20210715
...eturn 漫反射贴图。 */ get albedoTexture(){ return this._shaderValues.getTexture(MultiplePassOutlineMaterial.ALBEDOTEXTURE); } /** * 设置漫反射贴图。 * @param value 漫反射贴图。 */ set albedoTexture(value) { if (value) this._defineDatas.add(MultiplePassOutlineMaterial.SHADERDEFINE...
来源: Laya2.0_文档 发布时间: 20210715
...图。 */ public function get albedoTexture(){ return this._shaderValues.getTexture(MultiplePassOutlineMaterial.ALBEDOTEXTURE); } /** * 设置漫反射贴图。 * @param value 漫反射贴图。 */ public function set albedoTexture(value) { if (value) this._defineDatas.add(MultiplePassOutlineMateria...
来源: Laya2.0_文档 发布时间: 20210715