大约有 480 项符合查询结果, 库内数据总量为 30,903 项。 (搜索耗时: 0.0042 秒)
Laya3.0_api(154) laya_api(104) Laya2.0_api(97) Laya_社区(92) Laya3.0_文档(10) Laya2.0_示例(8) Laya2.0_文档(8) Laya_示例(7)
...htmapIndex : int 获取光照贴图的索引。 BaseRender lightmapScaleOffset : Vector4 获取光照贴图的缩放和偏移。 BaseRender material : BaseMaterial 返回第一个实例材质,第一次使用会拷贝实例对象。 BaseRender materials : Vector.<BaseMaterial> 获取...
来源: Laya2.0_api 发布时间: 20190513
...ightmapIndex : int 获取光照贴图的索引。 BaseRender lightmapScaleOffset : Vector4 获取光照贴图的缩放和偏移。 BaseRender material : BaseMaterial 返回第一个实例材质,第一次使用会拷贝实例对象。 BaseRender materials : Vector.<BaseMaterial> 获取潜拷...
来源: Laya2.0_api 发布时间: 20190513
...oyed detailAlbedoTexture detailNormalScale detailNormalTexture detailTilingOffset emissionColor emissionIntensity emissionTexture enableEmission enableVertexColor gpuMemory id materialRenderMode metallic metallicGlossTexture normalTexture normalTextureScale obsolute occlusionTexture occlusionTexture...
来源: Laya3.0_api 发布时间: 20231115
...ightmapIndex : int 获取光照贴图的索引。 BaseRender lightmapScaleOffset : Vector4 获取光照贴图的缩放和偏移。 BaseRender localBounds : Bounds 获取局部边界。 SkinnedMeshRenderer material : BaseMaterial 返回第一个实例材质,第一次使用会拷贝实例对象...
来源: Laya2.0_api 发布时间: 20190513
...elease/vivogame/quickgame/src/manifest.json 修改"logLevel": “off”-------->"debug" 小哥哥 • 2019-07-05 11:41 @1559702245用户:大佬 改完了是不是需要什么刷新的操作啊 我改完还是没有详细的打印啊 1559702245用户 • 2019-07-05 11:46 @小...
来源: Laya_社区 发布时间: 20190703
...ightmapIndex : int 获取光照贴图的索引。 BaseRender lightmapScaleOffset : Vector4 获取光照贴图的缩放和偏移。 BaseRender material : BaseMaterial 返回第一个实例材质,第一次使用会拷贝实例对象。 BaseRender materials : Vector.<BaseMaterial> 获取潜拷...
来源: laya_api 发布时间: 20170929
...e"); _htmlCanvas.clear(); _htmlCanvas.destroy(); _tex.destroy(); _colorSpr.off(Event.MOUSE_MOVE, this, __moveHandler); } } private function getPixel(tex:Texture):int { var pixelCount:int = 0; /************getPixels内存泄漏*************/ var arr:Array = tex.getPixels(0, 0, tex.width, tex.height);...
来源: Laya_社区 发布时间: 20180302
...,才能让贴图中黑色的颜色变为纯透明,并改变 Cull 为 Off,如图2-9所示 (图2-9) 这样修改后,效果才能如动图2-10所示 (动图2-10) 2.4 拖尾过滤器 拖尾材质可以指定拖尾的纹理效果,透明方式等等,但拖尾过滤器才可以设置拖...
来源: Laya3.0_文档 发布时间: 20240910
... } //console.log(mX,mY) Laya.stage.off(Event.MOUSE_MOVE, this, mouseMove); } // 窗口大小改变,把地图的视口区域重设下 function resize() { //改变地图视口大小 tiledMap.chan...
来源: Laya_社区 发布时间: 20180614
...ishScrollText); } /* 停止滚动文本 */ finishScrollText() { Laya.stage.off(Laya.Event.MOUSE_MOVE, this, this.scrollText); Laya.stage.off(Laya.Event.MOUSE_UP, this, this.finishScrollText); } /* 鼠标滚动文本 */ scrollText() { let nowX = this.txt.mouseX; let nowY = this.txt.mouseY; this.txt.s...
来源: Laya3.0_文档 发布时间: 20240910